From 694cc288b5e76be61bb1fc81573f5e1d75cc4b6a Mon Sep 17 00:00:00 2001 From: "Karl E. Nelson" Date: Sun, 29 Nov 2020 20:45:24 -0800 Subject: [PATCH] Rollback as osx build not available for latest --- .azure/scripts/osx-python.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure/scripts/osx-python.sh b/.azure/scripts/osx-python.sh index 2d478c2b1..995aa2cf8 100755 --- a/.azure/scripts/osx-python.sh +++ b/.azure/scripts/osx-python.sh @@ -4,10 +4,10 @@ PYTHON_VERSION="$1" case $PYTHON_VERSION in 3.6) - FULL_VERSION=3.6.10 + FULL_VERSION=3.6.8 ;; 3.7) - FULL_VERSION=3.7.11 + FULL_VERSION=3.7.9 ;; 3.8) FULL_VERSION=3.8.6