From bd10319ce2df7d33190f596ed79b71328aa57016 Mon Sep 17 00:00:00 2001 From: Ian Jordan Date: Fri, 25 Jul 2025 06:13:08 +0100 Subject: [PATCH] dev-python/lhafile: enable py3.13 Closes: https://bugs.gentoo.org/952347 Signed-off-by: Ian Jordan Part-of: https://github.com/gentoo/gentoo/pull/43142 Closes: https://github.com/gentoo/gentoo/pull/43142 Signed-off-by: Arthur Zamarin --- dev-python/lhafile/lhafile-0.3.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/lhafile/lhafile-0.3.1.ebuild b/dev-python/lhafile/lhafile-0.3.1.ebuild index 300adeeb2d448..1b0d67e0166cd 100644 --- a/dev-python/lhafile/lhafile-0.3.1.ebuild +++ b/dev-python/lhafile/lhafile-0.3.1.ebuild @@ -5,7 +5,7 @@ EAPI=8 DISTUTILS_EXT=1 DISTUTILS_USE_PEP517=setuptools -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{11..13} ) inherit distutils-r1