diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-05-31 10:23:23 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-05-31 10:25:05 +0200 |
commit | 979aa5e5ddffdf21853eeaa56f7bccc68843555e (patch) | |
tree | 57ca49d2df77575c6335ae8a8fa58e6f12b68a49 /dev-python/httpx-socks | |
parent | dev-python/python-socks: Enable py3.12 (diff) | |
download | gentoo-979aa5e5ddffdf21853eeaa56f7bccc68843555e.tar.gz gentoo-979aa5e5ddffdf21853eeaa56f7bccc68843555e.tar.bz2 gentoo-979aa5e5ddffdf21853eeaa56f7bccc68843555e.zip |
dev-python/httpx-socks: Enable py3.12
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/httpx-socks')
-rw-r--r-- | dev-python/httpx-socks/httpx-socks-0.7.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/httpx-socks/httpx-socks-0.7.6.ebuild b/dev-python/httpx-socks/httpx-socks-0.7.6.ebuild index 79e93a2e4311..ba8bca2e2745 100644 --- a/dev-python/httpx-socks/httpx-socks-0.7.6.ebuild +++ b/dev-python/httpx-socks/httpx-socks-0.7.6.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( pypy3 python3_{9..11} ) +PYTHON_COMPAT=( pypy3 python3_{10..12} ) inherit distutils-r1 |