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

Update Qiskit platform support for Qiskit 1.0 #396

Merged
merged 1 commit into from
Nov 22, 2023
Merged
Changes from all 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
10 changes: 4 additions & 6 deletions docs/start/install.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ Additionally, Qiskit only supports CPython. Running with other Python interprete
Tier 1 operating systems:

- Linux x86_64 (distributions compatible with the [manylinux 2014](https://www.python.org/dev/peps/pep-0599/) packaging specification).
- macOS x86_64 (10.9 or later)
- macOS x86_64 (10.12 or later)
- Windows 64 bit
</details>

Expand All @@ -117,8 +117,6 @@ Additionally, Qiskit only supports CPython. Running with other Python interprete

Tier 2 operating systems:

- Linux i686 (distributions compatible with the [manylinux 2014](https://www.python.org/dev/peps/pep-0599/) packaging specification) for Python releases earlier than 3.10
- Windows 32 bit for Python releases earlier than 3.10
- Linux AArch64 (distributions compatible with the [manylinux 2014](https://www.python.org/dev/peps/pep-0599/) packaging specification)
</details>

Expand All @@ -133,8 +131,8 @@ Additionally, Qiskit only supports CPython. Running with other Python interprete
- 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) for Python 3.10 or later
- Windows 32 bit for Python 3.10 or later
- Linux i686 (distributions compatible with the [manylinux 2014](https://www.python.org/dev/peps/pep-0599/) packaging specification)
- Windows 32 bit
</details>

## Troubleshooting
Expand Down Expand Up @@ -195,4 +193,4 @@ Additionally, Qiskit only supports CPython. Running with other Python interprete
- [Select and set up an IBM Quantum channel.](setup-channel)
- [Configure Qiskit locally.](configure-qiskit-local)
- Follow the steps in [Hello world](hello-world) to write and run a quantum program.
</Admonition>
</Admonition>