From patchwork Tue Aug 6 13:02:02 2019 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: D6713: automation: install latest Python versions From: phabricator X-Patchwork-Id: 41170 Message-Id: <2f07b044c8777b540f26dc4784ec8e40@localhost.localdomain> To: Phabricator Cc: mercurial-devel@mercurial-scm.org Date: Tue, 6 Aug 2019 13:02:02 +0000 Closed by commit rHG6f7262fe671c: automation: install latest Python versions (authored by indygreg). This revision was automatically updated to reflect the committed changes. REPOSITORY rHG Mercurial CHANGES SINCE LAST UPDATE https://phab.mercurial-scm.org/D6713?vs=16122&id=16134 CHANGES SINCE LAST ACTION https://phab.mercurial-scm.org/D6713/new/ REVISION DETAIL https://phab.mercurial-scm.org/D6713 AFFECTED FILES contrib/automation/hgautomation/linux.py CHANGE DETAILS To: indygreg, #hg-reviewers, pulkit Cc: mjpieters, mercurial-devel 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 @@ -28,11 +28,11 @@ INSTALL_PYTHONS = r''' PYENV2_VERSIONS="2.7.16 pypy2.7-7.1.1" -PYENV3_VERSIONS="3.5.7 3.6.8 3.7.3 3.8-dev pypy3.5-7.0.0 pypy3.6-7.1.1" +PYENV3_VERSIONS="3.5.7 3.6.9 3.7.4 3.8-dev pypy3.5-7.0.0 pypy3.6-7.1.1" git clone https://github.com/pyenv/pyenv.git /hgdev/pyenv pushd /hgdev/pyenv -git checkout 3faeda67bb33e07750d1a104271369a7384ca45c +git checkout 17f44b7cd6f58ea2fa68ec0371fb9e7a826b8be2 popd export PYENV_ROOT="/hgdev/pyenv"