Skip to content

Commit

Permalink
add support py3.9 for win/mac
Browse files Browse the repository at this point in the history
  • Loading branch information
taku910 committed Oct 14, 2020
1 parent fe075e5 commit b0a476a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
7 changes: 4 additions & 3 deletions python/make_py_wheel_mac.sh
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,14 @@ build() {
mkdir -p dist/delocated_wheel
curl -L -O https://bootstrap.pypa.io/get-pip.py

build_python 2.7 https://www.python.org/ftp/python/2.7.15/python-2.7.15-macosx10.6.pkg
# build_python 2.7 https://www.python.org/ftp/python/2.7.15/python-2.7.15-macosx10.6.pkg
# latest pip doesn't support Py3.4
# 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.0/python-3.7.0-macosx10.6.pkg
build_python 3.8 https://www.python.org/ftp/python/3.8.0/python-3.8.0-macosx10.9.pkg
build_python 3.7 https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.6.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

cd ..

Expand Down
1 change: 1 addition & 0 deletions test.bat
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ call :BuildPython C:\Python35%PLATFORM_PREFIX%
call :BuildPython C:\Python36%PLATFORM_PREFIX%
call :BuildPython C:\Python37%PLATFORM_PREFIX%
call :BuildPython C:\Python38%PLATFORM_PREFIX%
call :BuildPython C:\Python39%PLATFORM_PREFIX%
c:\Python38%PLATFORM_PREFIX%\python setup.py sdist || goto :error
exit

Expand Down

0 comments on commit b0a476a

Please # to comment.