Skip to content

Commit

Permalink
add support py3.9 for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Oct 14, 2020
1 parent b0a476a commit c202d10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions python/make_py_wheel_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,9 +73,9 @@ build() {
# build_python 3.4 https://www.python.org/ftp/python/3.4.4/python-3.4.4-macosx10.6.pkg
build_python 3.5 https://www.python.org/ftp/python/3.5.4/python-3.5.4-macosx10.6.pkg
build_python 3.6 https://www.python.org/ftp/python/3.6.6/python-3.6.6-macosx10.6.pkg
build_python 3.7 https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.6.pkg
build_python 3.7 https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg
build_python 3.8 https://www.python.org/ftp/python/3.8.6/python-3.8.6-macosx10.9.pkg
build_python 3.8 https://www.python.org/ftp/python/3.8.0/python-3.9.0-macosx10.9.pkg
build_python 3.8 https://www.python.org/ftp/python/3.9.0/python-3.9.0-macosx10.9.pkg

cd ..

Expand Down

0 comments on commit c202d10

Please sign in to comment.