commit: 6f700ab6ca3508045cb91942bfaf2cfab998780e Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 13 01:37:11 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 13 01:40:59 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f700ab6
dev-python/sigstore-protobuf-specs: enable py3.13 Closes: https://bugs.gentoo.org/952398 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild | 2 +- dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.4.1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild b/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild index 6e6b92b12011..8a644d1acc78 100644 --- a/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild +++ b/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.3.2.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi diff --git a/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.4.1.ebuild b/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.4.1.ebuild index 18873ee1f9f4..e5ba4800fca0 100644 --- a/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.4.1.ebuild +++ b/dev-python/sigstore-protobuf-specs/sigstore-protobuf-specs-0.4.1.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=flit -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi
