From 4860b9a0593828d43e51640a609d482bf5897a2b Mon Sep 17 00:00:00 2001 From: Christian Clauss Date: Sat, 20 Feb 2021 06:47:11 +0100 Subject: [PATCH] Upgrade to Python 3.9.1, Bug Sur and Ubuntu Focal --- .travis.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index d380ee43..9f5ee248 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,17 +17,17 @@ os: - osx dist: -- xenial +- focal # https://docs.travis-ci.com/user/reference/osx/#macos-version osx_image: - xcode9.4.1 # macOS 10.13 - xcode10.3 # macOS 10.14.4 - xcode11.3 # macOS 10.14.6 -- xcode12u # macOS 10.15.5 +- xcode12.2 # macOS 11.0 env: -- PYTHON_BUILD_VERSION=3.8.0 +- PYTHON_BUILD_VERSION=3.9.1 - PYTHON_BUILD_VERSION=3.7.5 before_install: @@ -61,7 +61,7 @@ jobs: osx_image: xcode10 allow_failures: - - env: PYTHON_BUILD_VERSION=3.8.0 + - env: PYTHON_BUILD_VERSION=3.9.1 stages: - test shell