From 8fb72365fabb2ce95257685a55ee778b6012d8a6 Mon Sep 17 00:00:00 2001 From: Thomas Waldmann Date: Fri, 19 Apr 2019 20:46:37 +0200 Subject: [PATCH] travis: use py367 on macOS to get a python build with openssl1.1 --- .travis/install.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis/install.sh b/.travis/install.sh index ac69d2824..f2ddcf527 100755 --- a/.travis/install.sh +++ b/.travis/install.sh @@ -33,8 +33,8 @@ if [[ "$(uname -s)" == 'Darwin' ]]; then pyenv global 3.5.3 ;; py36) - pyenv install 3.6.0 - pyenv global 3.6.0 + pyenv install 3.6.7 # minimum for homebrew to select openssl 1.1.x + pyenv global 3.6.7 ;; esac pyenv rehash