diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-11-03 13:04:26 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-11-03 13:05:28 -0400 |
commit | 5b6f10ec2672172d18f456d8ec5c0f7300845353 (patch) | |
tree | c47b0a4101ffedf72b6e1615d38f848a72baef4c /dev-util/gn | |
parent | x11-terms/terminology: stabilize 1.10.0 for x86 (diff) | |
download | gentoo-5b6f10ec2672172d18f456d8ec5c0f7300845353.tar.gz gentoo-5b6f10ec2672172d18f456d8ec5c0f7300845353.tar.bz2 gentoo-5b6f10ec2672172d18f456d8ec5c0f7300845353.zip |
dev-util/gn: enable py3.10 and disable py3.7
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-util/gn')
-rw-r--r-- | dev-util/gn/gn-0.1942.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/gn/gn-0.1942.ebuild b/dev-util/gn/gn-0.1942.ebuild index 0722a1480a04..b98a97029ae4 100644 --- a/dev-util/gn/gn-0.1942.ebuild +++ b/dev-util/gn/gn-0.1942.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{8,9,10} ) inherit ninja-utils python-any-r1 toolchain-funcs |