From 695ded499df5213f0a4313d2492f036c5ea67b0f Mon Sep 17 00:00:00 2001 From: manish-m-pillai-ksolves Date: Wed, 22 Jul 2026 17:24:32 +0530 Subject: [PATCH] CASSANDRA-21532: Update Python version prerequisites in installation docs --- doc/modules/cassandra/pages/installing/installing.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/modules/cassandra/pages/installing/installing.adoc b/doc/modules/cassandra/pages/installing/installing.adoc index 2b33acc9da..015c59a6c4 100644 --- a/doc/modules/cassandra/pages/installing/installing.adoc +++ b/doc/modules/cassandra/pages/installing/installing.adoc @@ -23,7 +23,7 @@ Deploying on older Linux versions is not recommended unless you have previous ex include::cassandra:partial$java_version.adoc[] -* To use the CQL shell `cqlsh`, install the latest version of Python 3.8-3.11. +* To use the CQL shell `cqlsh`, install the latest version of Python 3.8-3.13. To verify that you have the correct version of Python installed, type `python --version`.