commit:     f6f47da965673ce8435b2cf8331e2af304a87c6b
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon May  1 08:30:41 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon May  1 08:33:51 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6f47da9

dev-util/gyp: enable py3.11

Closes: https://bugs.gentoo.org/896930
Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-util/gyp/gyp-20200512145953.ebuild | 2 +-
 dev-util/gyp/gyp-99999999999999.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-util/gyp/gyp-20200512145953.ebuild 
b/dev-util/gyp/gyp-20200512145953.ebuild
index 748f232c0c8d..f8a77f126c1e 100644
--- a/dev-util/gyp/gyp-20200512145953.ebuild
+++ b/dev-util/gyp/gyp-20200512145953.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_SINGLE_IMPL="1"
 
 inherit distutils-r1

diff --git a/dev-util/gyp/gyp-99999999999999.ebuild 
b/dev-util/gyp/gyp-99999999999999.ebuild
index 22b7cac6dc60..8861e63de779 100644
--- a/dev-util/gyp/gyp-99999999999999.ebuild
+++ b/dev-util/gyp/gyp-99999999999999.ebuild
@@ -2,7 +2,7 @@
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI="8"
-PYTHON_COMPAT=( python3_{9..10} )
+PYTHON_COMPAT=( python3_{9..11} )
 DISTUTILS_SINGLE_IMPL="1"
 
 inherit distutils-r1

Reply via email to