From b165685cf794351d50409647dd3e0f9a61760a37 Mon Sep 17 00:00:00 2001 From: Jim Garrison Date: Tue, 29 Mar 2022 14:40:42 -0400 Subject: [PATCH] Update `getting_started.rst`: Python 3.6 no longer supported --- docs/getting_started.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/getting_started.rst b/docs/getting_started.rst index c7e5c6ab3272..0596fdef12ba 100644 --- a/docs/getting_started.rst +++ b/docs/getting_started.rst @@ -9,7 +9,7 @@ Installation .. tabbed:: Start locally - Qiskit supports Python 3.6 or later. However, both Python and Qiskit are + Qiskit supports Python 3.7 or later. However, both Python and Qiskit are evolving ecosystems, and sometimes when new releases occur in one or the other, there can be problems with compatibility.