Skip to content

Commit

Permalink
Try dropping py36 on mac again
Browse files Browse the repository at this point in the history
  • Loading branch information
nvictus committed Dec 27, 2021
1 parent 83dcb22 commit ce7cd07
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions ci/buildwheel_macos.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,11 @@ curl -L -o /tmp/get-pip.py https://bootstrap.pypa.io/get-pip.py

export C_INCLUDE_PATH="/usr/local/include/libpng:/usr/local/opt/openssl/include:$C_INCLUDE_PATH"

PY_VERSIONS=("3.6" "3.7" "3.8" "3.9")
PY_VERSIONS=("3.7" "3.8" "3.9")
PKG_URLS=(
"https://www.python.org/ftp/python/3.6.8/python-3.6.8-macosx10.6.pkg"
"https://www.python.org/ftp/python/3.7.5/python-3.7.5-macosx10.6.pkg"
"https://www.python.org/ftp/python/3.8.10/python-3.8.10-macosx10.9.pkg"
"https://www.python.org/ftp/python/3.9.9/python-3.9.9-macosx10.9.pkg"
"https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg"
"https://www.python.org/ftp/python/3.8.9/python-3.8.9-macosx10.9.pkg"
"https://www.python.org/ftp/python/3.9.4/python-3.9.4-macosx10.9.pkg"
)
len=${#PKG_URLS[@]}

Expand Down

0 comments on commit ce7cd07

Please sign in to comment.