##// END OF EJS Templates
Update version numbers for Python support
Thomas Kluyver -
Show More
@@ -30,9 +30,9 b' import sys'
30 30 if sys.version_info < (3,4):
31 31 raise ImportError(
32 32 """
33 IPython 6.3+ supports Python 3.4 and above.
33 IPython 7.0+ supports Python 3.4 and above.
34 34 When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
35 Python 3.3 was supported up to IPython 6.2.
35 Python 3.3 was supported up to IPython 6.x.
36 36
37 37 See IPython `README.rst` file for more information:
38 38
@@ -23,9 +23,9 b' contribute to the project.'
23 23
24 24 **IPython versions and Python Support**
25 25
26 **IPython 6.3** requires Python version 3.4 and above.
26 **IPython 7.0** requires Python version 3.4 and above.
27 27
28 **IPython 6.0-6.2** requires Python version 3.3 and above.
28 **IPython 6.x** requires Python version 3.3 and above.
29 29
30 30 **IPython 5.x LTS** is the compatible release for Python 2.7.
31 31 If you require Python 2 support, you **must** use IPython 5.x LTS. Please
@@ -239,8 +239,8 b' This functionality is optional and now part of the `ipyparallel'
239 239 Portability and Python requirements
240 240 -----------------------------------
241 241
242 Version 6.3+ supports Python 3.4 and higher.
243 Versions 6.0 to 6.2 support Python 3.3 and higher.
242 Version 7.0+ supports Python 3.4 and higher.
243 Versions 6.x support Python 3.3 and higher.
244 244 Versions 2.0 to 5.x work with Python 2.7.x releases and Python 3.3 and higher.
245 245 Version 1.0 additionally worked with Python 2.6 and 3.2.
246 246 Version 0.12 was the first version to fully support Python 3.
@@ -42,9 +42,9 b' if sys.version_info < (3, 4):'
42 42
43 43
44 44 error = """
45 IPython 6.3+ supports Python 3.4 and above.
45 IPython 7.0+ supports Python 3.4 and above.
46 46 When using Python 2.7, please install IPython 5.x LTS Long Term Support version.
47 Python 3.3 was supported up to IPython 6.2.
47 Python 3.3 was supported up to IPython 6.x.
48 48
49 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