commit: 66b67d1486fe23c88ba8afef0ee385020358239a
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 5 14:38:10 2025 +0000
Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Tue Aug 5 15:44:47 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66b67d14
dev-python/pyqt6: enable py3.14
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/pyqt6/pyqt6-6.9.1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dev-python/pyqt6/pyqt6-6.9.1.ebuild
b/dev-python/pyqt6/pyqt6-6.9.1.ebuild
index 9e9778bc75c2..aeda0ab64efe 100644
--- a/dev-python/pyqt6/pyqt6-6.9.1.ebuild
+++ b/dev-python/pyqt6/pyqt6-6.9.1.ebuild
@@ -5,7 +5,7 @@ EAPI=8
DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=sip
-PYTHON_COMPAT=( python3_{11..13} )
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils
# can work with older Qt depending on the features the ebuild enables,