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 E35FD1584AD for ; Sun, 13 Apr 2025 17:03:47 +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 CBCEC3430B0 for ; Sun, 13 Apr 2025 17:03:47 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 0C01E1104B7; Sun, 13 Apr 2025 17:03:44 +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 F10361104B1 for ; Sun, 13 Apr 2025 17:03:43 +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 9DDB834309D for ; Sun, 13 Apr 2025 17:03:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F258C1688 for ; Sun, 13 Apr 2025 17:03:41 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1744563731.9a66ea24e96c8d66be45c4580c9a078a54ccf55a.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-office/gnumeric/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-office/gnumeric/gnumeric-1.12.57.ebuild X-VCS-Directories: app-office/gnumeric/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 9a66ea24e96c8d66be45c4580c9a078a54ccf55a X-VCS-Branch: master Date: Sun, 13 Apr 2025 17:03:41 +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: 86e6c2bd-ab38-40c0-b3ba-482b9bb90360 X-Archives-Hash: 275d949452d1a2382a777aa348b260f7 commit: 9a66ea24e96c8d66be45c4580c9a078a54ccf55a Author: Pacho Ramos gentoo org> AuthorDate: Sun Apr 13 16:54:48 2025 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Sun Apr 13 17:02:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a66ea24 app-office/gnumeric: enable py3.13 Closes: https://bugs.gentoo.org/952234 Signed-off-by: Pacho Ramos gentoo.org> app-office/gnumeric/gnumeric-1.12.57.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-office/gnumeric/gnumeric-1.12.57.ebuild b/app-office/gnumeric/gnumeric-1.12.57.ebuild index 30a6af66d5b1..11b930b58595 100644 --- a/app-office/gnumeric/gnumeric-1.12.57.ebuild +++ b/app-office/gnumeric/gnumeric-1.12.57.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit gnome.org libtool python-r1 xdg