From 4438e55aeac32928bc0a3ada5e768fff36b147d4 Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 6 Jul 2023 03:21:55 +0100 Subject: [PATCH] dev-python/scrypt: enable py3.12 Signed-off-by: Sam James --- dev-python/scrypt/scrypt-0.8.20.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/scrypt/scrypt-0.8.20.ebuild b/dev-python/scrypt/scrypt-0.8.20.ebuild index 6be5a9551e00c..5bad0be438471 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