# HG changeset patch # User Gregory Szorc # Date 1571711303 25200 # Node ID 388ada1c07c6666fc2f30b6c1a151d978f6ccb98 # Parent 8676a8b2d20a0fc6ace7071957844f8dd9df4678 automation: install Python 2.7.17, 3.7.5, and PyPy 7.2.0 These were all recently released and we should use them in automation. diff --git a/contrib/automation/hgautomation/linux.py b/contrib/automation/hgautomation/linux.py --- a/contrib/automation/hgautomation/linux.py +++ b/contrib/automation/hgautomation/linux.py @@ -25,12 +25,12 @@ } INSTALL_PYTHONS = r''' -PYENV2_VERSIONS="2.7.16 pypy2.7-7.1.1" -PYENV3_VERSIONS="3.5.7 3.6.9 3.7.4 3.8.0 pypy3.5-7.0.0 pypy3.6-7.1.1" +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" git clone https://github.com/pyenv/pyenv.git /hgdev/pyenv pushd /hgdev/pyenv -git checkout d6d6bc8bb08bcdcbf4eb79509aa7061011ade1c4 +git checkout 0e7cfc3b3d4eca46ad83d632e1505f5932cd179b popd export PYENV_ROOT="/hgdev/pyenv"