From b9a24a4fcdeb8a5b88ac1a77aece6c6f8113d410 Mon Sep 17 00:00:00 2001 From: Alexey Shvetsov Date: Thu, 3 Apr 2025 19:53:41 +0300 Subject: [PATCH] dev-python/mmtf-python: enable py3.13 and disable py3.10 Closes: https://bugs.gentoo.org/952351 Signed-off-by: Alexey Shvetsov --- 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 5f3d397262c78..fdbe48a0096b2 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