From 6f700ab6ca3508045cb91942bfaf2cfab998780e Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 13 May 2025 02:37:11 +0100 Subject: [PATCH] dev-python/sigstore-protobuf-specs: enable py3.13 Closes: https://bugs.gentoo.org/952398 Signed-off-by: Sam James --- .../sigstore-protobuf-specs-0.3.2.ebuild | 2 +- .../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 6e6b92b120115..8a644d1acc788 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 18873ee1f9f47..e5ba4800fca0c 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