From 2923a642ecd7472e1b0d1676a809b92346095c70 Mon Sep 17 00:00:00 2001 From: eshirvana <72626662+eshirvana@users.noreply.github.com> Date: Thu, 10 Feb 2022 17:19:36 -0400 Subject: [PATCH] Backport PR #45923: DOC: add Python 3.10 to doc --- 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 df9c258f4aa6d..8fe0fd1f78e61 100644 --- a/doc/source/getting_started/install.rst +++ b/doc/source/getting_started/install.rst @@ -20,7 +20,7 @@ Instructions for installing from source, Python version support ---------------------- -Officially Python 3.8, and 3.9. +Officially Python 3.8, 3.9 and 3.10. Installing pandas -----------------