From c45aa18cec726a1e53348dc6d275aad682f4dfa8 2023-05-01 17:37:37 From: Ben Greiner Date: 2023-05-01 17:37:37 Subject: [PATCH] Fix error message: IPython 8.13+ needs Python 3.9+ --- 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.