dev-python/os-service-types: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-15 06:46:01 +02:00
parent 29e1e080f2
commit 8ecf6a4986

View File

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