diff contrib/automation/hgautomation/linux.py @ 45642:56281b75264a

contrib: install latest versions of Python Let's keep our build environment modern. We upgrade 3.5-3.8 on Linux. Just 3.7 and 3.8 on Windows because we don't use <3.7 on Windows. Differential Revision: https://phab.mercurial-scm.org/D9145
author Gregory Szorc <gregory.szorc@gmail.com>
date Sat, 03 Oct 2020 19:52:52 -0700
parents 6a6c15cea1fa
children 6a36e2d2011f
line wrap: on
line diff
--- a/contrib/automation/hgautomation/linux.py	Wed Sep 30 00:33:53 2020 -0700
+++ b/contrib/automation/hgautomation/linux.py	Sat Oct 03 19:52:52 2020 -0700
@@ -26,11 +26,11 @@
 
 INSTALL_PYTHONS = r'''
 PYENV2_VERSIONS="2.7.17 pypy2.7-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"
+PYENV3_VERSIONS="3.5.10 3.6.12 3.7.9 3.8.6 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 3005c4664372ae13fbe376be699313eb428c8bdd
+git checkout 8bf79eb44ce1ea0a8b36544eb3e8a694a3a6ed78
 popd
 
 export PYENV_ROOT="/hgdev/pyenv"