From e7a15bfdf1b7938131ff880b4723ac3bc0942dd4 Mon Sep 17 00:00:00 2001 From: Matthew Treinish Date: Wed, 22 Nov 2023 14:20:55 -0500 Subject: [PATCH] Update Qiskit platform support for Qiskit 1.0 (#396) 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. --- docs/start/install.mdx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/docs/start/install.mdx b/docs/start/install.mdx index c76d3a2b9f..21a78b1b4a 100644 --- a/docs/start/install.mdx +++ b/docs/start/install.mdx @@ -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 @@ -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) @@ -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 ## Troubleshooting @@ -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. - \ No newline at end of file +