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 67D0F1581EE for ; Sat, 05 Apr 2025 15:06:13 +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 280743431DB for ; Sat, 05 Apr 2025 15:06:13 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 127AB1102CE; Sat, 05 Apr 2025 15:06:12 +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 0A03B1102CE for ; Sat, 05 Apr 2025 15:06:12 +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 B096634316D for ; Sat, 05 Apr 2025 15:06:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 147B71936 for ; Sat, 05 Apr 2025 15:06:10 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1743865550.16cfcd5821a4e07e58a6ca63fdd6147e9bcfbb3e.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ada/AdaSAT/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ada/AdaSAT/AdaSAT-25.0.0.ebuild X-VCS-Directories: dev-ada/AdaSAT/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: 16cfcd5821a4e07e58a6ca63fdd6147e9bcfbb3e X-VCS-Branch: master Date: Sat, 05 Apr 2025 15:06:10 +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: f5f78cfd-b792-45e9-9d34-0013c349c52d X-Archives-Hash: fc05e99c52c7b9b99c56bc70eccd4149 commit: 16cfcd5821a4e07e58a6ca63fdd6147e9bcfbb3e Author: Alfredo Tupone gentoo org> AuthorDate: Sat Apr 5 15:05:39 2025 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Sat Apr 5 15:05:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=16cfcd58 dev-ada/AdaSAT: enable py3.13 Closes: https://bugs.gentoo.org/952265 Signed-off-by: Alfredo Tupone gentoo.org> dev-ada/AdaSAT/AdaSAT-25.0.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-ada/AdaSAT/AdaSAT-25.0.0.ebuild b/dev-ada/AdaSAT/AdaSAT-25.0.0.ebuild index 303850b8ed99..8056a7104743 100644 --- a/dev-ada/AdaSAT/AdaSAT-25.0.0.ebuild +++ b/dev-ada/AdaSAT/AdaSAT-25.0.0.ebuild @@ -3,7 +3,7 @@ EAPI=8 ADA_COMPAT=( gcc_12 gcc_13 gcc_14 ) -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit ada python-any-r1 multiprocessing