commit:     3023975212a2e86c8aa3431360fb187243cdeebd
Author:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Fri May 16 03:20:39 2025 +0000
Commit:     Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Fri May 16 03:41:51 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=30239752

dev-debug/gfxreconstruct: Add Python 3.14 compatibility

Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>

 dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild 
b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
index 89faea5c0da3..d395b47f60d2 100644
--- a/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
+++ b/dev-debug/gfxreconstruct/gfxreconstruct-9999.ebuild
@@ -3,7 +3,7 @@
 
 EAPI=8
 
-PYTHON_COMPAT=( python3_{10..13} )
+PYTHON_COMPAT=( python3_{11..14} )
 inherit cmake
 
 if [[ ${PV} == 9999* ]]; then

Reply via email to