commit: 0931699477169ac3ffda98fbddbe06c19d078a94
Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 5 12:02:33 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=09316994
dev-python/pyqt5: enable py3.14
Have not heard of issues, but no tests so difficult to know if it
really is fine, will have to rely on revdeps running their own tests.
Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
dev-python/pyqt5/pyqt5-5.15.11.ebuild | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/dev-python/pyqt5/pyqt5-5.15.11.ebuild
b/dev-python/pyqt5/pyqt5-5.15.11.ebuild
index 173f6de2df67..167231c67374 100644
--- a/dev-python/pyqt5/pyqt5-5.15.11.ebuild
+++ b/dev-python/pyqt5/pyqt5-5.15.11.ebuild
@@ -7,8 +7,7 @@ DISTUTILS_EXT=1
DISTUTILS_USE_PEP517=sip
PYPI_NO_NORMALIZE=1
PYPI_PN=PyQt5
-PYTHON_COMPAT=( python3_{10..13} )
-
+PYTHON_COMPAT=( python3_{11..14} )
inherit distutils-r1 flag-o-matic multiprocessing pypi qmake-utils
DESCRIPTION="Python bindings for the Qt framework"