From ae4edd3f048f3820ac5f9af33672f2e2dc1a48df Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9dric=20Krier?= Date: Tue, 31 Dec 2024 16:08:17 +0100 Subject: [PATCH] dev-vcs/hg-evolve: enable py3.13 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Cédric Krier --- dev-vcs/hg-evolve/hg-evolve-11.1.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/hg-evolve/hg-evolve-11.1.6.ebuild b/dev-vcs/hg-evolve/hg-evolve-11.1.6.ebuild index f7cbde29291d1..512bd788afec4 100644 --- a/dev-vcs/hg-evolve/hg-evolve-11.1.6.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-11.1.6.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1