summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-22 10:42:42 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-22 10:42:42 +0200
commit9fbe7661b140f0930edc7162097a07721f483281 (patch)
tree81a5c910adc9666cf6428067fc733e26ee6c7826 /dev-python/portend
parentdev-python/routes: Enable py3.11 (diff)
downloadgentoo-9fbe7661b140f0930edc7162097a07721f483281.tar.gz
gentoo-9fbe7661b140f0930edc7162097a07721f483281.tar.bz2
gentoo-9fbe7661b140f0930edc7162097a07721f483281.zip
dev-python/portend: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/portend')
-rw-r--r--dev-python/portend/portend-3.1.0.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/portend/portend-3.1.0.ebuild b/dev-python/portend/portend-3.1.0.ebuild
index e0b00c9ec297..c6e05f4131e9 100644
--- a/dev-python/portend/portend-3.1.0.ebuild
+++ b/dev-python/portend/portend-3.1.0.ebuild
@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
-PYTHON_COMPAT=( python3_{8..10} pypy3 )
+PYTHON_COMPAT=( python3_{8..11} pypy3 )
inherit distutils-r1