summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2023-07-06 03:21:55 +0100
committerSam James <sam@gentoo.org>2023-07-06 03:21:55 +0100
commit4438e55aeac32928bc0a3ada5e768fff36b147d4 (patch)
tree4bb2144271524c5bf0e355bc60fa3aa045fbd6f4 /dev-python/scrypt
parentdev-libs/botan: fix musl build (diff)
downloadgentoo-4438e55aeac32928bc0a3ada5e768fff36b147d4.tar.gz
gentoo-4438e55aeac32928bc0a3ada5e768fff36b147d4.tar.bz2
gentoo-4438e55aeac32928bc0a3ada5e768fff36b147d4.zip
dev-python/scrypt: enable py3.12
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/scrypt')
-rw-r--r--dev-python/scrypt/scrypt-0.8.20.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/scrypt/scrypt-0.8.20.ebuild b/dev-python/scrypt/scrypt-0.8.20.ebuild
index 6be5a9551e00..5bad0be43847 100644
--- a/dev-python/scrypt/scrypt-0.8.20.ebuild
+++ b/dev-python/scrypt/scrypt-0.8.20.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} pypy3 )
+PYTHON_COMPAT=( python3_{10..12} pypy3 )
inherit distutils-r1 pypi