diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-11 13:53:16 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-11 13:53:16 +0200 |
commit | 801167247414a23f55351118e96cf467d5e30f78 (patch) | |
tree | 88b5fe61de6b2a2c9cf9e5a5b60088812831e619 /dev-python/elementpath | |
parent | dev-python/jinja: Enable py3.11 (diff) | |
download | gentoo-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>
Diffstat (limited to 'dev-python/elementpath')
-rw-r--r-- | dev-python/elementpath/elementpath-2.5.1.ebuild | 2 |
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 |