diff options
author | 2022-05-13 09:23:55 +0200 | |
---|---|---|
committer | 2022-05-13 11:08:02 +0200 | |
commit | a8b3aceb66c14648dee5ae5cfca0feb938bc444c (patch) | |
tree | 10ba6603da83fc8b8d40f431d06d6cabcb6c729a /dev-python/pycurl | |
parent | dev-python/pycurl: Use PEP517 build (diff) | |
download | gentoo-a8b3aceb66c14648dee5ae5cfca0feb938bc444c.tar.gz gentoo-a8b3aceb66c14648dee5ae5cfca0feb938bc444c.tar.bz2 gentoo-a8b3aceb66c14648dee5ae5cfca0feb938bc444c.zip |
dev-python/pycurl: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/pycurl')
-rw-r--r-- | dev-python/pycurl/pycurl-7.44.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pycurl/pycurl-7.44.1-r1.ebuild b/dev-python/pycurl/pycurl-7.44.1-r1.ebuild index f518e4d959f4..0d8b5912af3a 100644 --- a/dev-python/pycurl/pycurl-7.44.1-r1.ebuild +++ b/dev-python/pycurl/pycurl-7.44.1-r1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit distutils-r1 toolchain-funcs |