dev-python/urllib3: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-05-09 19:55:08 +02:00
parent b0f6ed4b18
commit b136a0ecf8

View File

@@ -7,7 +7,7 @@ EAPI=8
DISTUTILS_USE_PEP517=hatchling
PYPI_VERIFY_REPO=https://github.com/urllib3/urllib3
PYTHON_TESTED=( python3_{11..14} pypy3_11 )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" )
PYTHON_COMPAT=( "${PYTHON_TESTED[@]}" python3_15 )
PYTHON_REQ_USE="ssl(+)"
inherit distutils-r1 pypi