commit:     5b6f10ec2672172d18f456d8ec5c0f7300845353
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed Nov  3 17:04:26 2021 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed Nov  3 17:05:28 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b6f10ec

dev-util/gn: enable py3.10 and disable py3.7

Signed-off-by: Mike Gilbert <floppym <AT> gentoo.org>

 dev-util/gn/gn-0.1942.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-util/gn/gn-0.1942.ebuild b/dev-util/gn/gn-0.1942.ebuild
index 0722a1480a0..b98a97029ae 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
 

Reply via email to