commit: bb83b2d7adc9600bbc7865528ea7cfd3e9016528 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org> AuthorDate: Fri Jun 20 14:18:41 2025 +0000 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org> CommitDate: Fri Jun 20 14:20:07 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bb83b2d7
dev-libs/stfl: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/929429 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org> 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 3956f83e672f..44ccd6161f4a 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
