From f370e372bb1fa5540662137252784c87cb8b606a Mon Sep 17 00:00:00 2001 From: Min RK Date: Fri, 17 Nov 2023 03:16:45 +0100 Subject: [PATCH] update Python version support in docs (#2037) Co-authored-by: Paul Ivanov --- docs/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/install.rst b/docs/source/install.rst index c015a7593..bb8ea86c2 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -11,7 +11,7 @@ Installation Supported Python versions ------------------------- -Currently Python 3.7-3.9 is supported and tested by nbconvert. +Currently Python 3.8-3.11 is supported and tested by nbconvert. Installing nbconvert --------------------