##// END OF EJS Templates
Fix error message: IPython 8.13+ needs Python 3.9+ (#14063)...
Matthias Bussonnier -
r28283:581a6990 merge
parent child Browse files
Show More
@@ -39,7 +39,7 b' if sys.version_info < (3, 9):'
39
39
40
40
41 error = """
41 error = """
42 IPython 8.13+ supports Python 3.8 and above, following NEP 29.
42 IPython 8.13+ supports Python 3.9 and above, following NEP 29.
43 IPython 8.0-8.12 supports Python 3.8 and above, following NEP 29.
43 IPython 8.0-8.12 supports Python 3.8 and above, following NEP 29.
44 When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
44 When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
45 Python 3.3 and 3.4 were supported up to IPython 6.x.
45 Python 3.3 and 3.4 were supported up to IPython 6.x.
General Comments 0
You need to be logged in to leave comments. Login now