diff options
author | Sam James <sam@gentoo.org> | 2022-08-10 14:09:12 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-08-10 14:09:12 +0100 |
commit | c49931b7f90bc5c1ec0de0d881d79570a5ff7be0 (patch) | |
tree | c745cce277a92ea6d7c708df79b558260f651ed2 /dev-python/cachecontrol | |
parent | dev-python/scandir: fix extension install for Python 3.9, Python 3.10 (diff) | |
download | gentoo-c49931b7f90bc5c1ec0de0d881d79570a5ff7be0.tar.gz gentoo-c49931b7f90bc5c1ec0de0d881d79570a5ff7be0.tar.bz2 gentoo-c49931b7f90bc5c1ec0de0d881d79570a5ff7be0.zip |
dev-python/cachecontrol: enable py3.11
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python/cachecontrol')
-rw-r--r-- | dev-python/cachecontrol/cachecontrol-0.12.11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild b/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild index 415ebf228fa9..6519fd738c06 100644 --- a/dev-python/cachecontrol/cachecontrol-0.12.11.ebuild +++ b/dev-python/cachecontrol/cachecontrol-0.12.11.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 |