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 3147C1581EE for ; Thu, 03 Apr 2025 16:54:06 +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 1D7BB343133 for ; Thu, 03 Apr 2025 16:54:06 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 1AC7311042D; Thu, 03 Apr 2025 16:54:05 +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 1168611042D for ; Thu, 03 Apr 2025 16:54:05 +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 BF4BD34310E for ; Thu, 03 Apr 2025 16:54:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5865E151F for ; Thu, 03 Apr 2025 16:54:03 +0000 (UTC) From: "Alexey Shvetsov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexey Shvetsov" Message-ID: <1743699235.b9a24a4fcdeb8a5b88ac1a77aece6c6f8113d410.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/mmtf-python/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/mmtf-python/mmtf-python-1.1.3.ebuild X-VCS-Directories: dev-python/mmtf-python/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: b9a24a4fcdeb8a5b88ac1a77aece6c6f8113d410 X-VCS-Branch: master Date: Thu, 03 Apr 2025 16:54:03 +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: 61f7ce53-b966-4a77-8805-74c2b8a53aea X-Archives-Hash: 4d364440dd570e28fb1d4cd5f923529a commit: b9a24a4fcdeb8a5b88ac1a77aece6c6f8113d410 Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Apr 3 16:53:41 2025 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Apr 3 16:53:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9a24a4f dev-python/mmtf-python: enable py3.13 and disable py3.10 Closes: https://bugs.gentoo.org/952351 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/mmtf-python/mmtf-python-1.1.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild b/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild index 5f3d397262c7..fdbe48a0096b 100644 --- a/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild +++ b/dev-python/mmtf-python/mmtf-python-1.1.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi