commit: 979aa5e5ddffdf21853eeaa56f7bccc68843555e
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Wed May 31 08:23:23 2023 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed May 31 08:25:05 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=979aa5e5
dev-python/httpx-socks: Enable py3.12
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
dev-python/httpx-socks/httpx-socks-0.7.6.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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