dev-python/urllib3: disable py3.10, pypy3

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-11 20:10:20 +01:00
parent cf48e9f03b
commit cd1fc509c2

View File

@@ -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(+)"