From 0505cc247ef5c62130a6f67d6943a9826d025c9c Mon Sep 17 00:00:00 2001 From: Tom Parker-Shemilt Date: Sun, 15 Mar 2020 12:34:27 +0000 Subject: [PATCH] Upgrade openssl --- travis/macos-install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/travis/macos-install.sh b/travis/macos-install.sh index 94ff084..987dbb5 100755 --- a/travis/macos-install.sh +++ b/travis/macos-install.sh @@ -5,6 +5,7 @@ set -ex export HOMEBREW_NO_INSTALL_CLEANUP=1 # Python 3.7.4 with 10.12 bottle +brew install openssl@1.1 brew upgrade https://raw.githubusercontent.com/Homebrew/homebrew-core/e9004bd764c9436750a50e0b428548f68fe6a38a/Formula/python.rb which python3