dev-python/httplib2: enable py3.15

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-07-05 20:54:07 +01:00
parent ff13249f08
commit c14ab610e5

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_COMPAT=( python3_{12..15} )
inherit distutils-r1