diff options
author | Sam James <sam@gentoo.org> | 2023-08-12 02:20:56 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-08-12 02:20:56 +0100 |
commit | 79604b778a2e9e468b29fe3648b99a5351e82c53 (patch) | |
tree | 6d2bc1eafbcec14e81b9da4b85a3954250a54c30 /dev-vcs | |
parent | sys-devel/gcc: add 12.3.1_p20230811 (diff) | |
download | gentoo-79604b778a2e9e468b29fe3648b99a5351e82c53.tar.gz gentoo-79604b778a2e9e468b29fe3648b99a5351e82c53.tar.bz2 gentoo-79604b778a2e9e468b29fe3648b99a5351e82c53.zip |
dev-vcs/hg-evolve: disable py3.12
mercurial lacks py3.12.
Bug: https://bugs.gentoo.org/912155
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/hg-evolve/hg-evolve-11.0.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
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 |