summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-06-02 06:05:36 +0100
committerSam James <sam@gentoo.org>2022-06-02 06:23:02 +0100
commitb1b2a3ad37f3515cb28fc4c2beb4a4d243203b56 (patch)
treea77a409d4c920fd3300d5a9e88184af01a5a3141 /dev-python/audioread
parentdev-python/pymad: enable py3.11 (diff)
downloadgentoo-b1b2a3ad37f3515cb28fc4c2beb4a4d243203b56.tar.gz
gentoo-b1b2a3ad37f3515cb28fc4c2beb4a4d243203b56.tar.bz2
gentoo-b1b2a3ad37f3515cb28fc4c2beb4a4d243203b56.zip
dev-python/audioread: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/audioread')
-rw-r--r--dev-python/audioread/audioread-2.1.9-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/audioread/audioread-2.1.9-r1.ebuild b/dev-python/audioread/audioread-2.1.9-r1.ebuild
index 0ed7e9717019..3e9ac3ea73fa 100644
--- a/dev-python/audioread/audioread-2.1.9-r1.ebuild
+++ b/dev-python/audioread/audioread-2.1.9-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1