From a8a0c2d3233475b534b2f8cc562340ffbd2fb0df Mon Sep 17 00:00:00 2001 From: Eric Schneider <37347760+eric-schneider@users.noreply.github.com> Date: Fri, 17 Jul 2026 11:56:43 -0500 Subject: [PATCH] Update supported Python versions --- modules/quickstarts/pages/cqlsh.adoc | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/modules/quickstarts/pages/cqlsh.adoc b/modules/quickstarts/pages/cqlsh.adoc index df985bb..b29dcb4 100644 --- a/modules/quickstarts/pages/cqlsh.adoc +++ b/modules/quickstarts/pages/cqlsh.adoc @@ -17,14 +17,9 @@ For more information about CQL for {astra-db}, see xref:astra-db-serverless:cql: [#prerequisites] == Prerequisites -The `cqlsh` commands require one of the following supported versions of Python with SSL/TLS: +The `cqlsh` commands require Python 3.8 to 3.11. -* Python 3.6 to 3.11 -* Python 2.7.12 or later - -All other versions aren't supported. - -Any supported Python version must be installed on your system _and_ available in your system's `PATH` for the {product} to use it with the `cqlsh` commands. +The supported Python version must be installed on your system _and_ available in your system's `PATH` for the {product} to use it with the `cqlsh` commands. This version doesn't need to be your system's default Python version as long as it's available in the `PATH`. === Troubleshoot ModuleNotFoundError and Python installation errors