Change to Python 3.7.9 for macOS Travis-ci builds

[skip appveyor]
To keep Python version in sync across platforms.
This commit is contained in:
Ale Martinez
2020-09-05 20:13:34 -03:00
parent de02184079
commit 2fb044e653

View File

@@ -2,8 +2,8 @@
set -ev
# Python 3.7.8
curl -O https://www.python.org/ftp/python/3.7.8/python-3.7.8-macosx10.9.pkg
sudo installer -pkg python-3.7.8-macosx10.9.pkg -target /
curl -O https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg
sudo installer -pkg python-3.7.9-macosx10.9.pkg -target /
python3.7 --version
python3.7-config --prefix