Hi,
For release 0.7.0.7, the wheels for macOS x86_64 were not produced, only for arm64. This is because the following line no longer exists in the release.yml file of the GitHub actions:
CIBW_ARCHS_MACOS: 'x86_64 arm64'
Was there a specific reason for this? Would it be possible to release wheels for x86_64 as well?
Thank you!