summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-06-17 14:01:54 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-06-17 14:21:10 +0300
commit00929cf27560329cfd0ba0ec7e8bdd8e7ee29984 (patch)
treebf26175ec8dfbb1c7823a413a7e9a0df5da84d8f /dev-python/whichcraft
parentdev-python/whichcraft: EAPI=8, Use PEP517 (diff)
downloadgentoo-00929cf27560329cfd0ba0ec7e8bdd8e7ee29984.tar.gz
gentoo-00929cf27560329cfd0ba0ec7e8bdd8e7ee29984.tar.bz2
gentoo-00929cf27560329cfd0ba0ec7e8bdd8e7ee29984.zip
dev-python/whichcraft: enable py3.11
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 fad9f2026fdb..6a4e14d9828f 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_{8..10} )
+PYTHON_COMPAT=( python3_{8..11} )
inherit distutils-r1