summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2022-04-29 20:07:18 +0100
committerSam James <sam@gentoo.org>2022-04-29 20:07:18 +0100
commit33ab32e0cc3f22c20c4f255a7963b7e08dded2f2 (patch)
treed4529e27caf99525cf760a1da38974028e52e166 /dev-vcs
parentdev-embedded/libftdi: enable py3.10 and disable py3.7 (diff)
downloadgentoo-33ab32e0cc3f22c20c4f255a7963b7e08dded2f2.tar.gz
gentoo-33ab32e0cc3f22c20c4f255a7963b7e08dded2f2.tar.bz2
gentoo-33ab32e0cc3f22c20c4f255a7963b7e08dded2f2.zip
dev-vcs/git-tools: enable py3.10 and disable py3.7
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r--dev-vcs/git-tools/git-tools-2020.09.ebuild4
1 files 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"