dev-vcs/git-extras: enable py3.13

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-03-20 05:04:23 +00:00
parent c0acb6c032
commit 95ba47879d

View File

@@ -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"