summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur Zamarin <arthurzam@gentoo.org>2022-07-31 20:28:58 +0300
committerArthur Zamarin <arthurzam@gentoo.org>2022-07-31 21:20:22 +0300
commit78dcff2c3783cd94055c382ec961e2644644920a (patch)
tree939b0d3956ea13a3f1d3d5bee18ff594d8ac1799 /dev-python/allpairspy
parentdev-python/allpairspy: Use PEP517 (diff)
downloadgentoo-78dcff2c3783cd94055c382ec961e2644644920a.tar.gz
gentoo-78dcff2c3783cd94055c382ec961e2644644920a.tar.bz2
gentoo-78dcff2c3783cd94055c382ec961e2644644920a.zip
dev-python/allpairspy: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/allpairspy')
-rw-r--r--dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild b/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
index c28ca8f108ca..96a8efe53f09 100644
--- a/dev-python/allpairspy/allpairspy-2.5.0-r1.ebuild
+++ b/dev-python/allpairspy/allpairspy-2.5.0-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