dev-python/scrypt: enable py3.12

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2023-07-06 03:21:55 +01:00
parent 3eb7e3258d
commit 4438e55aea

View File

@@ -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