From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 129F515808A for ; Tue, 05 Aug 2025 15:50:50 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F1FCB34069F for ; Tue, 05 Aug 2025 15:50:49 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id A88D71104DB; Tue, 05 Aug 2025 15:50:46 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 9C7171104A0 for ; Tue, 05 Aug 2025 15:50:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange x25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 54AC0340824 for ; Tue, 05 Aug 2025 15:50:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A8DFF32BE for ; Tue, 05 Aug 2025 15:50:44 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1754408687.0931699477169ac3ffda98fbddbe06c19d078a94.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/pyqt5/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/pyqt5/pyqt5-5.15.11.ebuild X-VCS-Directories: dev-python/pyqt5/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 0931699477169ac3ffda98fbddbe06c19d078a94 X-VCS-Branch: master Date: Tue, 05 Aug 2025 15:50:44 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 1d20d5ba-764d-42ff-8d50-1856673da194 X-Archives-Hash: c20dff3b65cb8a60359e168585fe253b commit: 0931699477169ac3ffda98fbddbe06c19d078a94 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Aug 5 12:02:33 2025 +0000 Commit: Ionen Wolkens gentoo 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 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"