sys-apps/selinux-python: enable py3.15

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2026-08-31 01:56:04 +01:00
parent 92b056fa2c
commit 04a089d15a
2 changed files with 2 additions and 2 deletions

View File

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

View File

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