# HG changeset patch # User Gregory Szorc # Date 1585408691 25200 # Node ID 1b80e684813be5d27999ed1b871a403e5fb3b2f8 # Parent fdf783da84bd61d260da064db21dcaacd28374c8 automation: install latest Python versions in Linux Staying up to date. Keeping parity with the Windows environment. Differential Revision: https://phab.mercurial-scm.org/D8467 diff -r fdf783da84bd -r 1b80e684813b contrib/automation/hgautomation/linux.py --- a/contrib/automation/hgautomation/linux.py Tue Apr 21 19:33:57 2020 -0700 +++ b/contrib/automation/hgautomation/linux.py Sat Mar 28 08:18:11 2020 -0700 @@ -26,11 +26,11 @@ INSTALL_PYTHONS = r''' PYENV2_VERSIONS="2.7.17 pypy2.7-7.2.0" -PYENV3_VERSIONS="3.5.7 3.6.9 3.7.5 3.8.0 pypy3.5-7.0.0 pypy3.6-7.2.0" +PYENV3_VERSIONS="3.5.9 3.6.10 3.7.7 3.8.2 pypy3.5-7.0.0 pypy3.6-7.3.0" git clone https://github.com/pyenv/pyenv.git /hgdev/pyenv pushd /hgdev/pyenv -git checkout 0e7cfc3b3d4eca46ad83d632e1505f5932cd179b +git checkout 3005c4664372ae13fbe376be699313eb428c8bdd popd export PYENV_ROOT="/hgdev/pyenv"