dev-vcs/git-tools: enable py3.12

Closes: https://bugs.gentoo.org/929562
Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2024-05-09 12:31:34 +01:00
parent 4ef3f3e85b
commit c429d47287

View File

@@ -1,9 +1,9 @@
# Copyright 1999-2023 Gentoo Authors
# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
PYTHON_COMPAT=( python3_{9..11} )
PYTHON_COMPAT=( python3_{10..12} )
inherit python-r1
DESCRIPTION="Assorted git-related scripts"