commit: 95ba47879d53ff3fb7d9d2182f05942a4685d47c
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 20 05:04:23 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Mar 20 10:51:33 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=95ba4787
dev-vcs/git-extras: enable py3.13
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-extras/git-extras-7.3.0.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-extras/git-extras-7.3.0.ebuild
b/dev-vcs/git-extras/git-extras-7.3.0.ebuild
index 45de416dfecf..afddca741ab4 100644
--- a/dev-vcs/git-extras/git-extras-7.3.0.ebuild
+++ b/dev-vcs/git-extras/git-extras-7.3.0.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=( python3_{11..12} )
+PYTHON_COMPAT=( python3_{11..13} )
inherit bash-completion-r1 python-any-r1
DESCRIPTION="Git utilities -- repo summary, repl, changelog population, and
many more"