From a897db6a45962f55be0366f25dd71e6920607f0e Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Thu, 3 Apr 2025 21:01:05 +0300 Subject: [PATCH] dev-python/griddataformats: enable py3.13 and disable py3.10 Closes: https://bugs.gentoo.org/952339 Signed-off-by: Alexey Shvetsov --- 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 197727e628985..7d0a1dcfba9eb 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