commit: cd1fc509c2645e795d9cf4e09d882c4b3010f396
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun May 11 19:10:20 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun May 11 20:01:13 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd1fc509
dev-python/urllib3: disable py3.10, pypy3
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-python/urllib3/urllib3-2.4.0.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/urllib3/urllib3-2.4.0.ebuild
b/dev-python/urllib3/urllib3-2.4.0.ebuild
index 461f556a34a8..47193d4a2466 100644
--- a/dev-python/urllib3/urllib3-2.4.0.ebuild
+++ b/dev-python/urllib3/urllib3-2.4.0.ebuild
@@ -5,7 +5,7 @@
EAPI=8
DISTUTILS_USE_PEP517=hatchling
-PYTHON_TESTED=( python3_{10..13} pypy3 pypy3_11 )
+PYTHON_TESTED=( python3_{11..13} pypy3_11 )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_14 )
PYTHON_REQ_USE="ssl(+)"