From 79f5b0ea4bcb78024eadb6c07d4671ae2b7e21df Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Wed, 17 Jan 2024 17:03:50 +0100 Subject: [PATCH] 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 -----------------