Skip to content
Open
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
9 changes: 7 additions & 2 deletions docs/guides/install-qiskit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@ In the Qiskit v2.x release series, the supported platforms are:
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.12 or later)
- macOS ARM64 (11.0 or newer)
- Windows 64-bit (Windows 10 and later supported)
- Linux AArch64 (distributions compatible with the [manylinux 2014](https://www.python.org/dev/peps/pep-0599/) packaging specification)
Expand All @@ -237,7 +236,13 @@ In the Qiskit v2.x release series, the supported platforms are:
<summary>
Tier 2
</summary>
*There are no Tier 2 operating systems in the Qiskit v2.x release series.* Tier 2 operating systems are not tested as part of development process. However, pre-compiled binaries are built, tested, and published to PyPI as part of the release process and these packages can be expected to be installed with only a functioning Python environment.

Tier 2 operating systems are not tested as part of development process. However, pre-compiled binaries are built, tested, and published to PyPI as part of the release process and these packages can be expected to be installed with only a functioning Python environment.

Tier 2 operating systems:

- macOS x86_64 (10.12 or later)

</details>

<details>
Expand Down