Skip to content

Commit

Permalink
Set macOS target to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
emlowe committed Aug 24, 2023
1 parent 24851eb commit bc5b5c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ else
fi
'''
before-build = "python -m pip install --upgrade pip"
environment = {MACOSX_DEPLOYMENT_TARGET="10.14", SYSTEM_VERSION_COMPAT=0, CP_USE_GREEN_REAPER=1}
environment = {MACOSX_DEPLOYMENT_TARGET="11", SYSTEM_VERSION_COMPAT=0, CP_USE_GREEN_REAPER=1}

[tool.cibuildwheel.windows]
build-verbosity = 1
Expand Down

0 comments on commit bc5b5c8

Please sign in to comment.