diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-17 08:56:04 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-17 09:03:04 +0200 |
commit | 500bd418e5da423ba52a1742716b97cff515605a (patch) | |
tree | d1e2c72d251d55a0265012cd761b2bfe619c2d3c /dev-python/webob | |
parent | dev-python/webob: Use PEP517 build (diff) | |
download | gentoo-500bd418e5da423ba52a1742716b97cff515605a.tar.gz gentoo-500bd418e5da423ba52a1742716b97cff515605a.tar.bz2 gentoo-500bd418e5da423ba52a1742716b97cff515605a.zip |
dev-python/webob: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/webob')
-rw-r--r-- | dev-python/webob/webob-1.8.7-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/webob/webob-1.8.7-r1.ebuild b/dev-python/webob/webob-1.8.7-r1.ebuild index 88698405f304..230ccba5980f 100644 --- a/dev-python/webob/webob-1.8.7-r1.ebuild +++ b/dev-python/webob/webob-1.8.7-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{8..10} ) +PYTHON_COMPAT=( pypy3 python3_{8..11} ) inherit distutils-r1 |