diff options
author | Cédric Krier <cedk@gentoo.org> | 2022-06-07 11:09:14 +0200 |
---|---|---|
committer | Cédric Krier <cedk@gentoo.org> | 2022-06-07 11:09:47 +0200 |
commit | 29b1a2880a8065efceabd477e77eb7daa374cda5 (patch) | |
tree | ca864919555db90269c7731275a03375df43f4dd /dev-vcs | |
parent | dev-vcs/mercurial: add 6.1.3 (diff) | |
download | gentoo-29b1a2880a8065efceabd477e77eb7daa374cda5.tar.gz gentoo-29b1a2880a8065efceabd477e77eb7daa374cda5.tar.bz2 gentoo-29b1a2880a8065efceabd477e77eb7daa374cda5.zip |
dev-vcs/mercurial: enable py3.11
Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index beb799473303..475f63f08987 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{7..10} ) +PYTHON_COMPAT=( python3_{7..11} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 |