We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03ba4ac commit 63cfdafCopy full SHA for 63cfdaf
kokoro/release/python/macos/build_artifacts.sh
@@ -50,8 +50,13 @@ build_artifact_version() {
50
mv wheelhouse/* $ARTIFACT_DIR
51
}
52
53
+export MB_PYTHON_OSX_VER=10.9
54
build_artifact_version 2.7
-build_artifact_version 3.5
55
build_artifact_version 3.6
56
build_artifact_version 3.7
57
build_artifact_version 3.8
58
+
59
+# python OSX10.9 does not have python 3.5
60
+export MB_PYTHON_OSX_VER=10.6
61
+build_artifact_version 3.5
62
0 commit comments