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 2910fe8 commit 7513342Copy full SHA for 7513342
pyproject.toml
@@ -71,3 +71,7 @@ ignore_missing_imports = true
71
disallow_untyped_calls = true
72
disallow_untyped_defs = true
73
disallow_incomplete_defs = true
74
+
75
76
+[tool.cibuildwheel.macos.environment]
77
+MACOSX_DEPLOYMENT_TARGET = "10.12" # required for rustc
0 commit comments