##// END OF EJS Templates
Update error message in setup.py
Thomas Kluyver -
Show More
@@ -42,9 +42,9 b' if sys.version_info < (3, 4):'
42
42
43
43
44 error = """
44 error = """
45 IPython 6.0+ does not support Python 2.6, 2.7, 3.0, 3.1, or 3.2.
45 IPython 6.3+ supports Python 3.4 and above.
46 When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
46 When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
47 Beginning with IPython 6.0, Python 3.3 and above is required.
47 Python 3.3 was supported up to IPython 6.2.
48
48
49 See IPython `README.rst` file for more information:
49 See IPython `README.rst` file for more information:
50
50
General Comments 0
You need to be logged in to leave comments. Login now