Drop support for macOS 10.12 from wheel build. #13561
Open
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
We'd originally expected to build wheels for x86_64 macOS 10.12 in #13470, but it turns out that macOS 13 cannot build anything older than
10.13
:The automatic bump-up to
11
on ARM is presumably something we expect. Correct me if I'm wrong.Details and comments
This was noticed during the release of Qiskit 1.3.1.
Oddly, the wheel built for macOS ARM uses the bumped-up version of
11
:https://pypi.org/project/qiskit/#qiskit-1.3.1-cp39-abi3-macosx_11_0_arm64.whl
But the x86_64 wheel uses the version
10.12
(even though supposedly it would've been built for10.13
). I'm not sure what will happen, then, if this wheel gets pulled on macOS10.12
. Unfortunately, the included release note should be present in the 1.3.1 release, but is not. Perhaps we can add it manually.https://pypi.org/project/qiskit/#qiskit-1.3.1-cp39-abi3-macosx_10_12_x86_64.whl