From d263046076feb9695bce243ce9ff50c2d29ab959 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20G=C3=B3rny?= Date: Tue, 30 Jun 2026 14:29:47 +0200 Subject: [PATCH] dev-python/rfc3161-client: Enable py3.15 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michał Górny --- dev-python/rfc3161-client/rfc3161-client-1.0.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/rfc3161-client/rfc3161-client-1.0.6.ebuild b/dev-python/rfc3161-client/rfc3161-client-1.0.6.ebuild index 2d6798046b1c8..9dbd5d0867516 100644 --- a/dev-python/rfc3161-client/rfc3161-client-1.0.6.ebuild +++ b/dev-python/rfc3161-client/rfc3161-client-1.0.6.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=maturin -PYTHON_COMPAT=( python3_{11..14} ) +PYTHON_COMPAT=( python3_{12..15} ) CRATES=" asn1@0.21.3