Mercurial > public > mercurial-scm > hg-stable
comparison contrib/automation/hgautomation/linux.py @ 51877:905bc9d0a149
python-compat: drop support for Python3.6 and 3.7
As discussed on the mailing list?, these are old version that seems safe to
drop. Python 3.8 comes with various improvement especially regarding typing
capabilities.
[1] https://lists.mercurial-scm.org/pipermail/mercurial-devel/2024-July/297998.html
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Tue, 10 Sep 2024 22:26:23 +0200 |
parents | 5c8148cd7f13 |
children | 0e713555ecdc |
comparison
equal
deleted
inserted
replaced
51876:6cc18075f82a | 51877:905bc9d0a149 |
---|---|
23 'ubuntu18.04', | 23 'ubuntu18.04', |
24 'ubuntu19.04', | 24 'ubuntu19.04', |
25 } | 25 } |
26 | 26 |
27 INSTALL_PYTHONS = r''' | 27 INSTALL_PYTHONS = r''' |
28 PYENV3_VERSIONS="3.5.10 3.6.13 3.7.10 3.8.10 3.9.5 pypy3.5-7.0.0 pypy3.6-7.3.3 pypy3.7-7.3.3" | 28 PYENV3_VERSIONS="3.8.10 3.9.5 pypy3.5-7.0.0 pypy3.6-7.3.3 pypy3.7-7.3.3" |
29 | 29 |
30 git clone https://github.com/pyenv/pyenv.git /hgdev/pyenv | 30 git clone https://github.com/pyenv/pyenv.git /hgdev/pyenv |
31 pushd /hgdev/pyenv | 31 pushd /hgdev/pyenv |
32 git checkout 328fd42c3a2fbf14ae46dae2021a087fe27ba7e2 | 32 git checkout 328fd42c3a2fbf14ae46dae2021a087fe27ba7e2 |
33 popd | 33 popd |