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