dev-python/sigstore: enable py3.13

Closes: https://bugs.gentoo.org/952397
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-05-13 02:40:47 +01:00
parent 6f700ab6ca
commit dcad7859e4

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