dev-libs/keystone: enable py3.13

Signed-off-by: Mario Haustein <mario.haustein@hrz.tu-chemnitz.de>
Closes: https://github.com/gentoo/gentoo/pull/37950
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Mario Haustein
2024-08-04 14:32:05 +02:00
committed by Sam James
parent 7d724276b9
commit 40caf45c52
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit cmake distutils-r1 flag-o-matic

View File

@@ -6,7 +6,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_OPTIONAL=1
DISTUTILS_USE_PEP517=setuptools
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{10..13} )
inherit cmake distutils-r1 flag-o-matic