When `MACOSX_DEPLOYMENT_TARGET` is not set by the user, cibuildwheel always defaults to `10.9`. This leads to warning when building arm64 wheels. This commit removes the warning by setting the default to `11.0` for arm64 builds.
from __future__ import annotations
PIP_CACHE_DIR
This folder contains integration tests for cibuildwheel.