summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2022-05-11 13:53:16 +0200
committerMichał Górny <mgorny@gentoo.org>2022-05-11 13:53:16 +0200
commit801167247414a23f55351118e96cf467d5e30f78 (patch)
tree88b5fe61de6b2a2c9cf9e5a5b60088812831e619
parentdev-python/jinja: Enable py3.11 (diff)
downloadgentoo-801167247414a23f55351118e96cf467d5e30f78.tar.gz
gentoo-801167247414a23f55351118e96cf467d5e30f78.tar.bz2
gentoo-801167247414a23f55351118e96cf467d5e30f78.zip
dev-python/elementpath: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--dev-python/elementpath/elementpath-2.5.1.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/elementpath/elementpath-2.5.1.ebuild b/dev-python/elementpath/elementpath-2.5.1.ebuild
index f056a871dde4..44481bdc806a 100644
--- a/dev-python/elementpath/elementpath-2.5.1.ebuild
+++ b/dev-python/elementpath/elementpath-2.5.1.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