Skip to content
Snippets Groups Projects
Commit 6f7262fe authored by Gregory Szorc's avatar Gregory Szorc
Browse files

automation: install latest Python versions

This required bumping the pyenv commit so the new versions are
available.

Differential Revision: https://phab.mercurial-scm.org/D6713
parent 0812d9fb
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,7 @@
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
......@@ -32,7 +32,7 @@
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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment