commit: a07e54fc507e8786c23557f1d433c46da6756dc7
Author: Ben Kohler <bkohler <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 14 14:29:58 2025 +0000
Commit: Ben Kohler <bkohler <AT> gentoo <DOT> org>
CommitDate: Mon Apr 14 18:38:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a07e54fc
app-text/grip: enable py3.13
Signed-off-by: Ben Kohler <bkohler <AT> gentoo.org>
app-text/grip/grip-4.6.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/app-text/grip/grip-4.6.2.ebuild b/app-text/grip/grip-4.6.2.ebuild
index f18bbfd3d952..337d11639d8b 100644
--- a/app-text/grip/grip-4.6.2.ebuild
+++ b/app-text/grip/grip-4.6.2.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=8
-PYTHON_COMPAT=( pypy3 python3_{9..12} )
+PYTHON_COMPAT=( pypy3 python3_{9..13} )
DISTUTILS_USE_PEP517=setuptools
inherit distutils-r1 pypi