File tree Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Expand file tree Collapse file tree 2 files changed +1
-5
lines changed Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ jobs:
168168 CIBW_BUILD_VERBOSITY : 1
169169 CIBW_BEFORE_ALL : |
170170 curl -sSf https://sh.rustup.rs | sh -s -- --default-toolchain stable -y && rustup target add i686-pc-windows-msvc && rustup target add aarch64-apple-darwin && rustup target add x86_64-apple-darwin
171- CIBW_ENVIRONMENT : ' PATH="$PATH:$HOME/.cargo/bin"'
171+ CIBW_ENVIRONMENT : PATH="$PATH:$HOME/.cargo/bin" MACOSX_DEPLOYMENT_target='10.12 '
172172 run : |
173173 python --version
174174 python -m cibuildwheel --output-dir dist
Original file line number Diff line number Diff line change @@ -71,7 +71,3 @@ ignore_missing_imports = true
7171disallow_untyped_calls = true
7272disallow_untyped_defs = true
7373disallow_incomplete_defs = true
74-
75-
76- [tool .cibuildwheel .macos .environment ]
77- MACOSX_DEPLOYMENT_TARGET = " 10.12" # required for rustc
You can’t perform that action at this time.
0 commit comments