From 7255ad9e68c49276f7e6b3dd3d730bde24fa030d Mon Sep 17 00:00:00 2001 From: Juhani Numminen Date: Mon, 12 Oct 2020 22:22:09 +0300 Subject: [PATCH] macOS: Update travis to python 3.9 --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 5f73a96a..699b63b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -24,8 +24,8 @@ before_install: mv PySolFC-Cardsets--Minimal-2.0/cardset-* data ; fi - if test "$TRAVIS_OS_NAME" = "osx" ; then - PYVER=3.8.2 && - PYVER_SHORT=3.8 && + PYVER=3.9.0 && + PYVER_SHORT=3.9 && wget -O python.pkg "https://www.python.org/ftp/python/${PYVER}/python-${PYVER}-macosx10.9.pkg" && sudo installer -pkg python.pkg -target / && export PATH="/Library/Frameworks/Python.framework/Versions/${PYVER_SHORT}/bin:${PATH}" ;