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 EF24F1584AD for ; Tue, 29 Apr 2025 19:38:45 +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 D3D1934131D for ; Tue, 29 Apr 2025 19:38:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id CB706110328; Tue, 29 Apr 2025 19:38:44 +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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id BC3F6110328 for ; Tue, 29 Apr 2025 19:38:44 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6A8B534131D for ; Tue, 29 Apr 2025 19:38:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05113C3A for ; Tue, 29 Apr 2025 19:38:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1745955478.0532f407cc35f538834a79b267f6b9c58cb7c428.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bedtools/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/bedtools/bedtools-2.31.1.ebuild X-VCS-Directories: sci-biology/bedtools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 0532f407cc35f538834a79b267f6b9c58cb7c428 X-VCS-Branch: master Date: Tue, 29 Apr 2025 19:38:43 +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: d69ad443-ba13-4a7a-9f8d-1e606690b91b X-Archives-Hash: bd11263347fc327ee3762e5ad8c04a84 commit: 0532f407cc35f538834a79b267f6b9c58cb7c428 Author: Alfred Wingate protonmail com> AuthorDate: Sun Apr 27 12:49:41 2025 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 29 19:37:58 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0532f407 sci-biology/bedtools: enable py3.13 Closes: https://bugs.gentoo.org/952647 Signed-off-by: Alfred Wingate protonmail.com> Part-of: https://github.com/gentoo/gentoo/pull/41820 Signed-off-by: Sam James gentoo.org> sci-biology/bedtools/bedtools-2.31.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-biology/bedtools/bedtools-2.31.1.ebuild b/sci-biology/bedtools/bedtools-2.31.1.ebuild index 57ee6c3fde3f..cd9aa588ab14 100644 --- a/sci-biology/bedtools/bedtools-2.31.1.ebuild +++ b/sci-biology/bedtools/bedtools-2.31.1.ebuild @@ -1,9 +1,9 @@ -# 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 python-any-r1 toolchain-funcs