From bb83b2d7adc9600bbc7865528ea7cfd3e9016528 Mon Sep 17 00:00:00 2001 From: Pacho Ramos Date: Fri, 20 Jun 2025 16:18:41 +0200 Subject: [PATCH] dev-libs/stfl: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/929429 Signed-off-by: Pacho Ramos --- dev-libs/stfl/stfl-0.24-r5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/stfl/stfl-0.24-r5.ebuild b/dev-libs/stfl/stfl-0.24-r5.ebuild index 3956f83e672f0..44ccd6161f4ad 100644 --- a/dev-libs/stfl/stfl-0.24-r5.ebuild +++ b/dev-libs/stfl/stfl-0.24-r5.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{10..11} ) +PYTHON_COMPAT=( python3_{11..13} ) GENTOO_DEPEND_ON_PERL=no inherit perl-module python-r1 toolchain-funcs