summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2023-05-27 09:27:04 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2023-05-27 10:29:35 +0300
commitbb367b2b93c55b2a2b355d3f4057a215375aafe8 (patch)
tree3bc09b89c1f7bef1f818187e7ad9a196e9f35683 /dev-python/whichcraft
parentapp-shells/fzf: drop 0.41.0 (diff)
downloadgentoo-bb367b2b93c55b2a2b355d3f4057a215375aafe8.tar.gz
gentoo-bb367b2b93c55b2a2b355d3f4057a215375aafe8.tar.bz2
gentoo-bb367b2b93c55b2a2b355d3f4057a215375aafe8.zip
dev-python/whichcraft: enable py3.12
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/whichcraft')
-rw-r--r--dev-python/whichcraft/whichcraft-0.6.1-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/whichcraft/whichcraft-0.6.1-r1.ebuild b/dev-python/whichcraft/whichcraft-0.6.1-r1.ebuild
index 2a2f5c118049..b6671fca6823 100644
--- a/dev-python/whichcraft/whichcraft-0.6.1-r1.ebuild
+++ b/dev-python/whichcraft/whichcraft-0.6.1-r1.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{9..11} )
+PYTHON_COMPAT=( python3_{10..12} )
inherit distutils-r1