summaryrefslogtreecommitdiff
path: root/dev-python/python-soundfile
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/python-soundfile')
-rw-r--r--dev-python/python-soundfile/python-soundfile-0.10.3.ebuild2
-rw-r--r--dev-python/python-soundfile/python-soundfile-0.11.0.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild b/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild
index 5695a500a67c..159c0b383286 100644
--- a/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild
+++ b/dev-python/python-soundfile/python-soundfile-0.10.3.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python3_{8,9,10,11} )
+PYTHON_COMPAT=( python3_{8,9,10,11,12} )
inherit distutils-r1
DESCRIPTION="SoundFile is an audio library based on libsndfile, CFFI and NumPy."
diff --git a/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild b/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild
index 3fd4c95e748b..30705d8083c9 100644
--- a/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild
+++ b/dev-python/python-soundfile/python-soundfile-0.11.0.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=8
-PYTHON_COMPAT=( python3_{8,9,10,11} )
+PYTHON_COMPAT=( python3_{8,9,10,11,12} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1