diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-16 21:32:01 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2022-05-16 21:41:25 +0300 |
commit | 2f607f98e3fb880ad6b611332083c8aa3d1ce31a (patch) | |
tree | 78c94a5fe58f03a1ce76e9a07090d4192ade5229 /dev-python/uritemplate | |
parent | dev-python/untangle: enable py3.11 (diff) | |
download | gentoo-2f607f98e3fb880ad6b611332083c8aa3d1ce31a.tar.gz gentoo-2f607f98e3fb880ad6b611332083c8aa3d1ce31a.tar.bz2 gentoo-2f607f98e3fb880ad6b611332083c8aa3d1ce31a.zip |
dev-python/uritemplate: enable py3.11
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-python/uritemplate')
-rw-r--r-- | dev-python/uritemplate/uritemplate-4.1.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/uritemplate/uritemplate-4.1.1.ebuild b/dev-python/uritemplate/uritemplate-4.1.1.ebuild index 03074a16d07e..7dcfb0651d29 100644 --- a/dev-python/uritemplate/uritemplate-4.1.1.ebuild +++ b/dev-python/uritemplate/uritemplate-4.1.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 |