diff options
author | Sam James <sam@gentoo.org> | 2022-04-29 20:07:18 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-29 20:07:18 +0100 |
commit | 33ab32e0cc3f22c20c4f255a7963b7e08dded2f2 (patch) | |
tree | d4529e27caf99525cf760a1da38974028e52e166 /dev-vcs | |
parent | dev-embedded/libftdi: enable py3.10 and disable py3.7 (diff) | |
download | gentoo-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.ebuild | 4 |
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" |