commit: a897db6a45962f55be0366f25dd71e6920607f0e Author: Alexey Shvetsov <alexxy <AT> gentoo <DOT> org> AuthorDate: Thu Apr 3 18:01:05 2025 +0000 Commit: Alexey Shvetsov <alexxy <AT> gentoo <DOT> 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 <alexxy <AT> 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
