diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-06 20:17:15 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-06-06 20:17:15 +0300 |
commit | d3d02b5ce63e487fda20ae014e40684581cf6770 (patch) | |
tree | 6486fa2fc21921ad39638f2ac6daab0e650cb117 /dev-python/eradicate | |
parent | dev-python/funcparserlib: enable py3.12 (diff) | |
download | gentoo-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.ebuild | 2 |
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 |