Skip to content
Snippets Groups Projects
Verified Commit 6c5d4aeb authored by Lars Bilke's avatar Lars Bilke
Browse files

[wheel] Dont' build 3.6 and 3.7 wheels on macOS.

Is not supported for CMAKE_OSX_DEPLOYMENT_TARGET=10.15
parent 71b9cac8
No related branches found
No related tags found
No related merge requests found
......@@ -23,3 +23,6 @@ build-verbosity = "1"
manylinux-x86_64-image = "manylinux2014"
manylinux-aarch64-image = "manylinux2014"
environment-pass = ["OGS_VERSION"]
[tool.cibuildwheel.macos]
skip = ["cp36-*", "cp37-*", "cp38-*x86_64"]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment