Skip to content

Commit 7513342

Browse files
committed
Test fix 4
1 parent 2910fe8 commit 7513342

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

pyproject.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,3 +71,7 @@ ignore_missing_imports = true
7171
disallow_untyped_calls = true
7272
disallow_untyped_defs = true
7373
disallow_incomplete_defs = true
74+
75+
76+
[tool.cibuildwheel.macos.environment]
77+
MACOSX_DEPLOYMENT_TARGET = "10.12" # required for rustc

0 commit comments

Comments
 (0)