diff options
author | Michał Górny <mgorny@gentoo.org> | 2022-05-13 13:03:59 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2022-05-13 13:21:26 +0200 |
commit | b82b65c651110517c59c93448419f6c46718124c (patch) | |
tree | 21d32c68c1b943783979ac2abf0d1b02516e577a /dev-python/requests | |
parent | dev-python/requests: Use PEP517 build (diff) | |
download | gentoo-b82b65c651110517c59c93448419f6c46718124c.tar.gz gentoo-b82b65c651110517c59c93448419f6c46718124c.tar.bz2 gentoo-b82b65c651110517c59c93448419f6c46718124c.zip |
dev-python/requests: Enable py3.11
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/requests')
-rw-r--r-- | dev-python/requests/requests-2.27.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/requests/requests-2.27.1-r1.ebuild b/dev-python/requests/requests-2.27.1-r1.ebuild index a33a1d8c1478..4d6d1335f33e 100644 --- a/dev-python/requests/requests-2.27.1-r1.ebuild +++ b/dev-python/requests/requests-2.27.1-r1.ebuild @@ -5,7 +5,7 @@ EAPI=7 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{8..10} pypy3 ) +PYTHON_COMPAT=( python3_{8..11} pypy3 ) PYTHON_REQ_USE="threads(+)" inherit distutils-r1 |