Description
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.
ref 0: cibuildwheel/macos.py
ref 1: rustc/src/platform-support/apple-darwin.md
Build log
No response
CI config
No response