dev-python/cachecontrol: enable py3.15

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-07-03 20:23:30 +01:00
parent ee1b11d869
commit dda9ee2fb5

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=flit
PYPI_VERIFY_REPO=https://github.com/psf/cachecontrol
PYTHON_COMPAT=( python3_{11..14} pypy3_11 )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1 pypi