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 661331581EE for ; Wed, 02 Apr 2025 20:03:38 +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 4D7A13431EA for ; Wed, 02 Apr 2025 20:03:38 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 7859C1104B4; Wed, 02 Apr 2025 20:03:34 +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 719541104B4 for ; Wed, 02 Apr 2025 20:03:34 +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 296083431D7 for ; Wed, 02 Apr 2025 20:03:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9172E252D for ; Wed, 02 Apr 2025 20:03:32 +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: <1743624189.f263d6f80f35fd35c5fd3fb3011863dd6841dd70.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/cantor/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/cantor/cantor-24.12.3.ebuild X-VCS-Directories: kde-apps/cantor/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: f263d6f80f35fd35c5fd3fb3011863dd6841dd70 X-VCS-Branch: master Date: Wed, 02 Apr 2025 20:03:32 +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: e93a0ad4-0ce5-44c2-ac23-6a21db853f47 X-Archives-Hash: a49c5cff73e58b0fa0d726a812aab72b commit: f263d6f80f35fd35c5fd3fb3011863dd6841dd70 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Apr 2 19:55:12 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Apr 2 20:03:09 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f263d6f8 kde-apps/cantor: enable py3.13 Other distros do, so we can too. Closes: https://bugs.gentoo.org/952505 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/cantor/cantor-24.12.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-apps/cantor/cantor-24.12.3.ebuild b/kde-apps/cantor/cantor-24.12.3.ebuild index a6faa0e30bc8..56fbfff3b17f 100644 --- a/kde-apps/cantor/cantor-24.12.3.ebuild +++ b/kde-apps/cantor/cantor-24.12.3.ebuild @@ -7,7 +7,7 @@ CMAKE_MAKEFILE_GENERATOR="emake" ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" LUA_COMPAT=( luajit ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) PVCUT=$(ver_cut 1-3) KFMIN=6.7.0 QTMIN=6.7.2