-
Notifications
You must be signed in to change notification settings - Fork 86
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Document platform support changes for Qiskit 1.1 #1108
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
In Qiskit/qiskit#12102 we're promoting the macOS arm64 environment to tier 1 now that github actions exposes native arm64 macOS workers. This commit updates the documentation accordingly. This should not be merged until Qiskit 1.1.0 is released (or 1.0.3 if we decided to backport Qiskit/qiskit#12102).
One or more of the the following people are requested to review this:
|
Eric-Arellano
changed the title
Promote macOS arm64 to tier 1 in docs
[on hold till Qiskit 1.1] Promote macOS arm64 to tier 1 in docs
Mar 29, 2024
In Qiskit 1.1.0 support for windows versions older than 10 was dropped because the upstream Rust project no longer supports targeting windows versions older than Windows 10. Previously we were not documenting the versions of windows supported at all. But now that we have this new constraint it's best to be explicit and say we only support windows 10 or newer.
mtreinish
changed the title
[on hold till Qiskit 1.1] Promote macOS arm64 to tier 1 in docs
[on hold till Qiskit 1.1] Document platform support changes for Qiskit 1.1
May 3, 2024
beckykd
reviewed
May 3, 2024
Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com>
mtreinish
commented
May 15, 2024
Eric-Arellano
approved these changes
May 15, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Feel free to merge as soon as you're ready for this to go live to prod
abbycross
reviewed
May 15, 2024
abbycross
reviewed
May 15, 2024
Eric-Arellano
changed the title
[on hold till Qiskit 1.1] Document platform support changes for Qiskit 1.1
Document platform support changes for Qiskit 1.1
May 15, 2024
frankharkins
pushed a commit
to frankharkins/documentation
that referenced
this pull request
Jul 22, 2024
In Qiskit/qiskit#12102 we're promoting the macOS arm64 environment to tier 1 now that github actions exposes native arm64 macOS workers. This commit updates the documentation accordingly. This should not be merged until Qiskit 1.1.0 is released (~or 1.0.3 if we decided to backport Qiskit/qiskit#12102~ this isn't an option because there are issues with arm64 mac in numpy that need pretty extensive changes to workaround which will only be in 1.1.0). --------- Co-authored-by: Rebecca Dimock <66339736+beckykd@users.noreply.github.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
In Qiskit/qiskit#12102 we're promoting the macOS arm64 environment to tier 1 now that github actions exposes native arm64 macOS workers. This commit updates the documentation accordingly. This should not be merged until Qiskit 1.1.0 is released (
or 1.0.3 if we decided to backport Qiskit/qiskit#12102this isn't an option because there are issues with arm64 mac in numpy that need pretty extensive changes to workaround which will only be in 1.1.0).