dev-vcs/git-tools: enable py3.13, py3.14

Closes: https://bugs.gentoo.org/952464
Signed-off-by: Kostadin Shishmanov <kostadinshishmanov@protonmail.com>
Part-of: https://github.com/gentoo/gentoo/pull/42299
Closes: https://github.com/gentoo/gentoo/pull/42299
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Kostadin Shishmanov
2025-05-28 18:53:19 +03:00
committed by Sam James
parent 5b0ce3c6a7
commit cd0ec12886

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_{10..12} )
PYTHON_COMPAT=( python3_{11..14} )
inherit python-r1
DESCRIPTION="Assorted git-related scripts"