From 2fb044e6538db78983ffcdab2ff55680f0f53fcc Mon Sep 17 00:00:00 2001 From: Ale Martinez Date: Sat, 5 Sep 2020 20:13:34 -0300 Subject: [PATCH] Change to Python 3.7.9 for macOS Travis-ci builds [skip appveyor] To keep Python version in sync across platforms. --- travis/osx/before_script.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/travis/osx/before_script.sh b/travis/osx/before_script.sh index e763f877f..6f63da30a 100755 --- a/travis/osx/before_script.sh +++ b/travis/osx/before_script.sh @@ -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