commit: 8fdcf965578165ff61425d7cb1311679ce555580 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Tue May 13 01:59:03 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Tue May 13 01:59:21 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fdcf965
app-text/rpl: enable py3.12, py3.13 Closes: https://bugs.gentoo.org/952145 Signed-off-by: Sam James <sam <AT> gentoo.org> app-text/rpl/rpl-1.15.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/rpl/rpl-1.15.5.ebuild b/app-text/rpl/rpl-1.15.5.ebuild index 689b84560202..d83fbb6b3b03 100644 --- a/app-text/rpl/rpl-1.15.5.ebuild +++ b/app-text/rpl/rpl-1.15.5.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_11 ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 DESCRIPTION="Intelligent recursive search/replace utility"
