Skip to content

Commit b9a64b7

Browse files
committed
Wheel Build macOS Python 3.6: 3.6.1 -> 3.6.2
To circumvent the pip issue pypa/pip#9831
1 parent c89687d commit b9a64b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

python/build-wheel-macos.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ MACPYTHON_PY_PREFIX=/Library/Frameworks/Python.framework/Versions
1414
DOWNLOAD_DIR=python_downloads
1515

1616
NODE_VERSION="14"
17-
PY_VERSIONS=("3.6.1"
17+
PY_VERSIONS=("3.6.2"
1818
"3.7.0"
1919
"3.8.2")
20-
PY_INSTS=("python-3.6.1-macosx10.6.pkg"
20+
PY_INSTS=("python-3.6.2-macosx10.6.pkg"
2121
"python-3.7.0-macosx10.6.pkg"
2222
"python-3.8.2-macosx10.9.pkg")
2323
PY_MMS=("3.6"

0 commit comments

Comments
 (0)