You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rustc requires MACOSX_DEPLOYMENT_TARGET >= 3.12 while cibuildwheel sets the minimum possible MACOSX_DEPLOYMENT_TARGET to 10.9 by default. Which causes building wheels for Intel MacOS to fail if the user didn't manually set MACOSX_DEPLOYMENT_TARGET properly.
Probably should be added to docs as a note, then? Also, CPython 3.12+ requires 10.13 anyway, so it only affects older CPythons. Don't think there's anything cibuildwheel can/should do, other than add a note in docs.
Description
Rustc
requiresMACOSX_DEPLOYMENT_TARGET >= 3.12
whilecibuildwheel
sets the minimum possibleMACOSX_DEPLOYMENT_TARGET
to10.9
by default. Which causes building wheels forIntel MacOS
to fail if the user didn't manually setMACOSX_DEPLOYMENT_TARGET
properly.ref 0: cibuildwheel/macos.py
ref 1: rustc/src/platform-support/apple-darwin.md
Build log
No response
CI config
No response
The text was updated successfully, but these errors were encountered: