dev-python/sphinxcontrib-httpdomain: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-06 13:26:42 +02:00
parent 30d8398f2e
commit ab0804e955

View File

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