commit: bd10319ce2df7d33190f596ed79b71328aa57016 Author: Ian Jordan <immoloism <AT> gmail <DOT> com> AuthorDate: Fri Jul 25 05:13:08 2025 +0000 Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org> CommitDate: Fri Jul 25 18:19:26 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bd10319c
dev-python/lhafile: enable py3.13 Closes: https://bugs.gentoo.org/952347 Signed-off-by: Ian Jordan <immoloism <AT> gmail.com> Part-of: https://github.com/gentoo/gentoo/pull/43142 Closes: https://github.com/gentoo/gentoo/pull/43142 Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org> 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 300adeeb2d44..1b0d67e0166c 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
