diff options
author | Cédric Krier <cedk@gentoo.org> | 2023-08-12 11:23:45 +0200 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2023-08-12 11:24:19 +0200 |
commit | 7e83f102a7c12bab3440718fa4695cd2f5d0ce31 (patch) | |
tree | 74540e42c25b3c08a87859bba867d350723229a1 /dev-vcs | |
parent | dev-vcs/mercurial: version bumps and add py3.12 (diff) | |
download | gentoo-7e83f102a7c12bab3440718fa4695cd2f5d0ce31.tar.gz gentoo-7e83f102a7c12bab3440718fa4695cd2f5d0ce31.tar.bz2 gentoo-7e83f102a7c12bab3440718fa4695cd2f5d0ce31.zip |
dev-vcs/hg-evolve: enable py3.12
Bug: https://bugs.gentoo.org/912155
Signed-off-by: Cédric Krier <cedk@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 667fb360e032..600a06b0a177 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_{10..11} ) +PYTHON_COMPAT=( python3_{10..12} ) DISTUTILS_USE_PEP517=setuptools PYPI_NO_NORMALIZE=1 |