commit: 79604b778a2e9e468b29fe3648b99a5351e82c53 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sat Aug 12 01:20:56 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Aug 12 01:20:56 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=79604b77
dev-vcs/hg-evolve: disable py3.12 mercurial lacks py3.12. Bug: https://bugs.gentoo.org/912155 Signed-off-by: Sam James <sam <AT> gentoo.org> dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild b/dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild index c965944d3b48..667fb360e032 100644 --- a/dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild +++ b/dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{9..12} ) +PYTHON_COMPAT=( python3_{10..11} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1
