From 036f8b30ba1064da94bec70f562840467e3af3d5 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 17 Jan 2024 18:36:56 +0100 Subject: [PATCH] Backport PR #56930: DOC: update install instruction with correct Python version support (including 3.12) --- doc/source/getting_started/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/getting_started/install.rst b/doc/source/getting_started/install.rst index 1d7eca5223544..b9f7d64d4b2f8 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -21,7 +21,7 @@ Instructions for installing :ref:`from source `, Python version support ---------------------- -Officially Python 3.9, 3.10 and 3.11. +Officially Python 3.9, 3.10, 3.11 and 3.12. Installing pandas -----------------