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 5358D1581FD for ; Thu, 11 Sep 2025 20:50:42 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 1C30E3415FD for ; Thu, 11 Sep 2025 20:50:42 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C0B5F110572; Thu, 11 Sep 2025 20:50: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) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id B3E45110572 for ; Thu, 11 Sep 2025 20:50: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 70BD03410D6 for ; Thu, 11 Sep 2025 20:50:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A7B7E3985 for ; Thu, 11 Sep 2025 20:50:32 +0000 (UTC) From: "Horea Christian" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Horea Christian" Message-ID: <1757623511.14340dd9846d0d1cb321854e4a6b6bdea2d1cad7.chymera@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: dev-python/hdmf/ X-VCS-Repository: proj/sci X-VCS-Files: dev-python/hdmf/hdmf-3.14.3.ebuild X-VCS-Directories: dev-python/hdmf/ X-VCS-Committer: chymera X-VCS-Committer-Name: Horea Christian X-VCS-Revision: 14340dd9846d0d1cb321854e4a6b6bdea2d1cad7 X-VCS-Branch: master Date: Thu, 11 Sep 2025 20:50: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: baefa269-242a-432f-bb06-13ca84f443ec X-Archives-Hash: a7ce905862f22b914cf8289dd6a707bf commit: 14340dd9846d0d1cb321854e4a6b6bdea2d1cad7 Author: Horea Christian chymera eu> AuthorDate: Thu Sep 11 20:45:11 2025 +0000 Commit: Horea Christian gmail com> CommitDate: Thu Sep 11 20:45:11 2025 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=14340dd9 dev-python/hdmf: enable py3.13 Signed-off-by: Horea Christian chymera.eu> dev-python/hdmf/hdmf-3.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/hdmf/hdmf-3.14.3.ebuild b/dev-python/hdmf/hdmf-3.14.3.ebuild index 3199c20f5..82c55fbef 100644 --- a/dev-python/hdmf/hdmf-3.14.3.ebuild +++ b/dev-python/hdmf/hdmf-3.14.3.ebuild @@ -4,7 +4,7 @@ EAPI=8 DISTUTILS_USE_PEP517=hatchling -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit distutils-r1 pypi DESCRIPTION="The Hierarchical Data Modeling Framework"