dev-vcs/git-tools: enable py3.10 and disable py3.7

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2022-04-29 20:07:18 +01:00
parent 71fe5ce874
commit 33ab32e0cc

View File

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