commit: d3d02b5ce63e487fda20ae014e40684581cf6770
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun 6 17:17:15 2023 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Tue Jun 6 17:17:15 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d3d02b5c
dev-python/eradicate: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
dev-python/eradicate/eradicate-2.2.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/eradicate/eradicate-2.2.0.ebuild
b/dev-python/eradicate/eradicate-2.2.0.ebuild
index 1da350d12db1..8f44d95d91c4 100644
--- a/dev-python/eradicate/eradicate-2.2.0.ebuild
+++ b/dev-python/eradicate/eradicate-2.2.0.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