commit: 33ab32e0cc3f22c20c4f255a7963b7e08dded2f2
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 29 19:07:18 2022 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Fri Apr 29 19:07:18 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=33ab32e0
dev-vcs/git-tools: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-vcs/git-tools/git-tools-2020.09.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-vcs/git-tools/git-tools-2020.09.ebuild
b/dev-vcs/git-tools/git-tools-2020.09.ebuild
index 33ea09d600da..30e717967233 100644
--- a/dev-vcs/git-tools/git-tools-2020.09.ebuild
+++ b/dev-vcs/git-tools/git-tools-2020.09.ebuild
@@ -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"