mirror of
https://github.com/borgbackup/borg.git
synced 2026-04-22 23:01:33 -04:00
travis: use py367 on macOS to get a python build with openssl1.1
This commit is contained in:
parent
4f084faea8
commit
8fb72365fa
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue