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 6E0E31581EE for ; Thu, 03 Apr 2025 18:02:30 +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 4AC803432F1 for ; Thu, 03 Apr 2025 18:02:30 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 746461104B5; Thu, 03 Apr 2025 18:02:25 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 63BC111042D for ; Thu, 03 Apr 2025 18:02:25 +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 1613D3432AA for ; Thu, 03 Apr 2025 18:02:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4AE4E2777 for ; Thu, 03 Apr 2025 18:02:23 +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: <1743703334.a897db6a45962f55be0366f25dd71e6920607f0e.alexxy@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/griddataformats/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/griddataformats/griddataformats-1.0.2.ebuild X-VCS-Directories: dev-python/griddataformats/ X-VCS-Committer: alexxy X-VCS-Committer-Name: Alexey Shvetsov X-VCS-Revision: a897db6a45962f55be0366f25dd71e6920607f0e X-VCS-Branch: master Date: Thu, 03 Apr 2025 18:02:23 +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: 8d8608a6-3c5a-4112-9413-3bca00077bdc X-Archives-Hash: 851bc48acbf6875b3857b8286c4d0ac8 commit: a897db6a45962f55be0366f25dd71e6920607f0e Author: Alexey Shvetsov gentoo org> AuthorDate: Thu Apr 3 18:01:05 2025 +0000 Commit: Alexey Shvetsov gentoo org> CommitDate: Thu Apr 3 18:02:14 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a897db6a dev-python/griddataformats: enable py3.13 and disable py3.10 Closes: https://bugs.gentoo.org/952339 Signed-off-by: Alexey Shvetsov gentoo.org> dev-python/griddataformats/griddataformats-1.0.2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-python/griddataformats/griddataformats-1.0.2.ebuild b/dev-python/griddataformats/griddataformats-1.0.2.ebuild index 197727e62898..7d0a1dcfba9e 100644 --- a/dev-python/griddataformats/griddataformats-1.0.2.ebuild +++ b/dev-python/griddataformats/griddataformats-1.0.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,7 +6,7 @@ EAPI=8 DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 PYPI_PN=GridDataFormats -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1 pypi