diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-17 09:12:55 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-17 09:21:03 +0200 |
commit | d237c18f5be5751b8627e9a15f30dd2702fd6323 (patch) | |
tree | f8b95a09dff2c196e8af8c29895b04a9f2bfa8ea /dev-python/webtest | |
parent | dev-python/webtest: Use PEP517 build (diff) | |
download | gentoo-d237c18f5be5751b8627e9a15f30dd2702fd6323.tar.gz gentoo-d237c18f5be5751b8627e9a15f30dd2702fd6323.tar.bz2 gentoo-d237c18f5be5751b8627e9a15f30dd2702fd6323.zip |
dev-python/webtest: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webtest')
-rw-r--r-- | dev-python/webtest/webtest-3.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webtest/webtest-3.0.0-r1.ebuild b/dev-python/webtest/webtest-3.0.0-r1.ebuild index c602efc63f3c..69095a63ef2c 100644 --- a/dev-python/webtest/webtest-3.0.0-r1.ebuild +++ b/dev-python/webtest/webtest-3.0.0-r1.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 |