dev-python/soundfile: Add support for python3_11, drop it for python3_9
Signed-off-by: Nils Freydank <nils.freydank@posteo.de>
This commit is contained in:
parent
909891fcda
commit
f8d50a0427
@ -3,7 +3,7 @@
|
|||||||
|
|
||||||
EAPI="8"
|
EAPI="8"
|
||||||
|
|
||||||
PYTHON_COMPAT=( python3_{9..10} )
|
PYTHON_COMPAT=( python3_{10..11} )
|
||||||
|
|
||||||
inherit distutils-r1
|
inherit distutils-r1
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user