dev-python/sigstore-protobuf-specs: enable py3.13

Closes: https://bugs.gentoo.org/952398
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-13 02:37:11 +01:00
parent 6ba019af64
commit 6f700ab6ca
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi

View File

@@ -4,7 +4,7 @@
EAPI=8
DISTUTILS_USE_PEP517=flit
PYTHON_COMPAT=( python3_{10..12} )
PYTHON_COMPAT=( python3_{11..13} )
inherit distutils-r1 pypi