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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B50941581EE for ; Thu, 27 Mar 2025 21:32:24 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 9E26F3430F7 for ; Thu, 27 Mar 2025 21:32:24 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 970661104AD; Thu, 27 Mar 2025 21:32:23 +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 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 8E2BC1104AD for ; Thu, 27 Mar 2025 21:32:23 +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 431FF3431B1 for ; Thu, 27 Mar 2025 21:32:23 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 87F981936 for ; Thu, 27 Mar 2025 21:32:21 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1743111093.82235e443165282d5e463eddb4f1efd298894f32.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: www-client/falkon/ X-VCS-Repository: repo/gentoo X-VCS-Files: www-client/falkon/falkon-24.12.3.ebuild X-VCS-Directories: www-client/falkon/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 82235e443165282d5e463eddb4f1efd298894f32 X-VCS-Branch: master Date: Thu, 27 Mar 2025 21:32:21 +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: aa61d201-83ca-4814-b5ff-c1846f2d76b5 X-Archives-Hash: 46ff260c28c23eaf8725477e88f18c79 commit: 82235e443165282d5e463eddb4f1efd298894f32 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Mar 27 21:24:53 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Mar 27 21:31:33 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=82235e44 www-client/falkon: enable py3.13 Closes: https://bugs.gentoo.org/952759 Signed-off-by: Andreas Sturmlechner gentoo.org> www-client/falkon/falkon-24.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www-client/falkon/falkon-24.12.3.ebuild b/www-client/falkon/falkon-24.12.3.ebuild index 0782064fa869..e5f5c64d21f2 100644 --- a/www-client/falkon/falkon-24.12.3.ebuild +++ b/www-client/falkon/falkon-24.12.3.ebuild @@ -6,7 +6,7 @@ EAPI=8 ECM_TEST="true" KFMIN=6.7.0 QTMIN=6.7.2 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit ecm gear.kde.org python-single-r1 DESCRIPTION="Cross-platform web browser using QtWebEngine"