Skip to content

Commit

Permalink
Update Qiskit platform support for Qiskit 1.0 (Qiskit#396)
Browse files Browse the repository at this point in the history
As part of Qiskit 1.0 we've increased the minimum requirements and
platform support tiers (see #10902). This commit makes these updates to
the hosted documentation so that the documented support tiers for each
platform reflects the current state for Qiskit 1.0.0.
  • Loading branch information
mtreinish committed Nov 22, 2023
1 parent d631b87 commit e7a15bf
Showing 1 changed file with 4 additions and 6 deletions.
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>

0 comments on commit e7a15bf

Please sign in to comment.