Skip to content

Commit 0b5bd12

Browse files
committed
add support py3.9 for mac
1 parent c202d10 commit 0b5bd12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: python/make_py_wheel_mac.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ build() {
7575
build_python 3.6 https://www.python.org/ftp/python/3.6.6/python-3.6.6-macosx10.6.pkg
7676
build_python 3.7 https://www.python.org/ftp/python/3.7.9/python-3.7.9-macosx10.9.pkg
7777
build_python 3.8 https://www.python.org/ftp/python/3.8.6/python-3.8.6-macosx10.9.pkg
78-
build_python 3.8 https://www.python.org/ftp/python/3.9.0/python-3.9.0-macosx10.9.pkg
78+
build_python 3.9 https://www.python.org/ftp/python/3.9.0/python-3.9.0-macosx10.9.pkg
7979

8080
cd ..
8181

0 commit comments

Comments
 (0)