summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 21:47:03 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 21:47:03 +0300
commitbd90dfd062db0e811b9a0c7b291cffba7326f593 (patch)
tree336e05c554530244b82c4f595b58d54b61539670 /dev-python/whisper
parentdev-python/versioneer: enable py3.12, pypy3 (diff)
downloadgentoo-bd90dfd062db0e811b9a0c7b291cffba7326f593.tar.gz
gentoo-bd90dfd062db0e811b9a0c7b291cffba7326f593.tar.bz2
gentoo-bd90dfd062db0e811b9a0c7b291cffba7326f593.zip
dev-python/whisper: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/whisper')
-rw-r--r--dev-python/whisper/whisper-1.1.10.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whisper/whisper-1.1.10.ebuild b/dev-python/whisper/whisper-1.1.10.ebuild
index 0209eeb2f799..283138d706a5 100644
--- a/dev-python/whisper/whisper-1.1.10.ebuild
+++ b/dev-python/whisper/whisper-1.1.10.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( pypy3 python3_{9..11} )
+PYTHON_COMPAT=( pypy3 python3_{10..12} )
inherit distutils-r1