summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-06-06 20:17:15 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-06-06 20:17:15 +0300
commitd3d02b5ce63e487fda20ae014e40684581cf6770 (patch)
tree6486fa2fc21921ad39638f2ac6daab0e650cb117 /dev-python/eradicate
parentdev-python/funcparserlib: enable py3.12 (diff)
downloadgentoo-d3d02b5ce63e487fda20ae014e40684581cf6770.tar.gz
gentoo-d3d02b5ce63e487fda20ae014e40684581cf6770.tar.bz2
gentoo-d3d02b5ce63e487fda20ae014e40684581cf6770.zip
dev-python/eradicate: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/eradicate')
-rw-r--r--dev-python/eradicate/eradicate-2.2.0.ebuild2
1 files changed, 1 insertions, 1 deletions
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