diff options
author | Ekaterina Vaartis <vaartis@kotobank.ch> | 2021-05-20 21:54:53 +0300 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2021-05-20 22:10:59 +0200 |
commit | bf5ea6b935bfb00a395323ee4159c65fde94fb98 (patch) | |
tree | 5dd159f56bc941b1adaca426ed40d0f962bd9dd7 /dev-vcs | |
parent | dev-python/asgiref: Bump to python 3.10 with a patch for warnings (diff) | |
download | gentoo-bf5ea6b935bfb00a395323ee4159c65fde94fb98.tar.gz gentoo-bf5ea6b935bfb00a395323ee4159c65fde94fb98.tar.bz2 gentoo-bf5ea6b935bfb00a395323ee4159c65fde94fb98.zip |
dev-vcs/mercurial: Bump to python 3.10
Needed for setuptools_scm
Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch>
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-vcs')
-rw-r--r-- | dev-vcs/mercurial/mercurial-5.7.ebuild | 2 | ||||
-rw-r--r-- | dev-vcs/mercurial/mercurial-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-vcs/mercurial/mercurial-5.7.ebuild b/dev-vcs/mercurial/mercurial-5.7.ebuild index c9d1c758c601..9905370dff5a 100644 --- a/dev-vcs/mercurial/mercurial-5.7.ebuild +++ b/dev-vcs/mercurial/mercurial-5.7.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 diff --git a/dev-vcs/mercurial/mercurial-9999.ebuild b/dev-vcs/mercurial/mercurial-9999.ebuild index a18543f19b66..bc9d4124ebec 100644 --- a/dev-vcs/mercurial/mercurial-9999.ebuild +++ b/dev-vcs/mercurial/mercurial-9999.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python3_{7..9} ) +PYTHON_COMPAT=( python3_{7..10} ) PYTHON_REQ_USE="threads(+)" DISTUTILS_USE_SETUPTOOLS=no CARGO_OPTIONAL=1 |