commit: d7dc7e2b1d98fc253b865788d4c27c2c7c9d7121
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 02:48:54 2025 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 16 03:16:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d7dc7e2b
dev-util/spirv-tools: Add Python 3.14 compatibility
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
dev-util/spirv-tools/spirv-tools-9999.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/spirv-tools/spirv-tools-9999.ebuild
b/dev-util/spirv-tools/spirv-tools-9999.ebuild
index 172baa2fd32d..04066f14f80d 100644
--- a/dev-util/spirv-tools/spirv-tools-9999.ebuild
+++ b/dev-util/spirv-tools/spirv-tools-9999.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2024 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
MY_PN=SPIRV-Tools
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
PYTHON_REQ_USE="xml(+)"
inherit cmake-multilib python-any-r1