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 85A081584AD for ; Fri, 02 May 2025 09:20:22 +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) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 6D1E9340C3C for ; Fri, 02 May 2025 09:20:22 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 6874411036B; Fri, 02 May 2025 09:20:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 bobolink.gentoo.org (Postfix) with ESMTPS id 6014C11036B for ; Fri, 02 May 2025 09:20:21 +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 E23CA342FB5 for ; Fri, 02 May 2025 09:20:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 46E1919F6 for ; Fri, 02 May 2025 09:20:19 +0000 (UTC) From: "Patrick Lauer" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrick Lauer" Message-ID: <1746177616.bed99c9b3fb33077df8b67a4de19477e576eb0ca.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/rdma-core/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-cluster/rdma-core/rdma-core-53.1.ebuild X-VCS-Directories: sys-cluster/rdma-core/ X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer X-VCS-Revision: bed99c9b3fb33077df8b67a4de19477e576eb0ca X-VCS-Branch: master Date: Fri, 02 May 2025 09:20:19 +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: 88a1f42f-f2b9-4d97-8ae5-62c0ba48e8ed X-Archives-Hash: 9136bf306feeb6f83c82e868b68fa102 commit: bed99c9b3fb33077df8b67a4de19477e576eb0ca Author: Patrick Lauer gentoo org> AuthorDate: Fri May 2 09:20:02 2025 +0000 Commit: Patrick Lauer gentoo org> CommitDate: Fri May 2 09:20:16 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bed99c9b sys-cluster/rdma-core: enable py3.13 Closes: https://bugs.gentoo.org/952702 Signed-off-by: Patrick Lauer gentoo.org> sys-cluster/rdma-core/rdma-core-53.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/rdma-core/rdma-core-53.1.ebuild b/sys-cluster/rdma-core/rdma-core-53.1.ebuild index ea5c73640f5d..5f49aaf5429d 100644 --- a/sys-cluster/rdma-core/rdma-core-53.1.ebuild +++ b/sys-cluster/rdma-core/rdma-core-53.1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit cmake perl-functions python-single-r1 udev systemd