dev-python/oslo-utils: Enable py3.15

Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
Michał Górny
2026-07-15 06:45:54 +02:00
parent c08cf9e5b8
commit 649fa0fbb5

View File

@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_USE_PEP517=pbr
PYPI_PN=${PN/-/.}
PYTHON_COMPAT=( python3_{12..14} )
PYTHON_COMPAT=( python3_{12..15} )
inherit check-reqs distutils-r1 pypi