Skip to content
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 6 commits into from
May 16, 2024
Merged
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/start/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,8 @@ Additionally, Qiskit only supports the CPython implementation of the Python lang

- Linux x86_64 (distributions compatible with the [manylinux 2014](https://www.python.org/dev/peps/pep-0599/) packaging specification).
- macOS x86_64 (10.12 or later)
- Windows 64 bit
- macOS ARM64 (10.15 or newer)
mtreinish marked this conversation as resolved.
Show resolved Hide resolved
- Windows 64 bit (Windows 10 and newer supported)
mtreinish marked this conversation as resolved.
Show resolved Hide resolved
</details>

<details>
Expand All @@ -221,9 +222,8 @@ Additionally, Qiskit only supports the CPython implementation of the Python lang

- Linux ppc64le (distributions compatible with the [manylinux 2014](https://www.python.org/dev/peps/pep-0599/)packaging specification)
- Linux s390x (distributions compatible with the [manylinux 2014](https://www.python.org/dev/peps/pep-0599/) packaging specification)
- macOS ARM64 (10.15 or newer)
- Linux i686 (distributions compatible with the [manylinux 2014](https://www.python.org/dev/peps/pep-0599/) packaging specification)
- Windows 32 bit
- Windows 10 32 bit
mtreinish marked this conversation as resolved.
Show resolved Hide resolved
</details>

## Qiskit versioning
Expand Down
Loading