commit:     04b4e167832e175af14c401d0f95d099de482236
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Jun 30 12:10:37 2024 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Jun 30 12:12:17 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b4e167

dev-build/gyp: enable py3.12

With reluctance given the test issues, but users report it works
ok for them for mozc, which is all gyp is for.

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

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

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

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

Reply via email to