commit:     9a86a9fc6063dde52eb174dbe9d638f18172798e
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  3 01:03:50 2025 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  3 01:31:39 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a86a9fc

tree-sitter-grammar.eclass: enable py3.14

Signed-off-by: Sam James <sam <AT> gentoo.org>

 eclass/tree-sitter-grammar.eclass | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/eclass/tree-sitter-grammar.eclass 
b/eclass/tree-sitter-grammar.eclass
index 499f1c7259a0..7c2593f8bd4d 100644
--- a/eclass/tree-sitter-grammar.eclass
+++ b/eclass/tree-sitter-grammar.eclass
@@ -1,4 +1,4 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 # @ECLASS: tree-sitter-grammar.eclass
@@ -47,7 +47,7 @@ for _BINDING in "${TS_BINDINGS[@]}"; do
                        DISTUTILS_EXT=1
                        DISTUTILS_OPTIONAL=1
                        DISTUTILS_USE_PEP517=setuptools
-                       PYTHON_COMPAT=( python3_{10..13} )
+                       PYTHON_COMPAT=( python3_{11..14} )
                        inherit distutils-r1
 
                        IUSE+=" python"

Reply via email to