From 581a699082220629b6d13aca3818ee98f0c113ff 2023-05-04 08:48:55 From: Matthias Bussonnier Date: 2023-05-04 08:48:55 Subject: [PATCH] Fix error message: IPython 8.13+ needs Python 3.9+ (#14063) Minor typo in the error message --- diff --git a/setup.py b/setup.py index 2b3359f..dfe21ac 100644 --- a/setup.py +++ b/setup.py @@ -39,7 +39,7 @@ if sys.version_info < (3, 9): error = """ -IPython 8.13+ supports Python 3.8 and above, following NEP 29. +IPython 8.13+ supports Python 3.9 and above, following NEP 29. IPython 8.0-8.12 supports Python 3.8 and above, following NEP 29. When using Python 2.7, please install IPython 5.x LTS Long Term Support version. Python 3.3 and 3.4 were supported up to IPython 6.x.