##// END OF EJS Templates
Update docs for Python version support
Thomas Kluyver -
Show More
@@ -1,8 +1,8 b''
1 IPython requires Python 2.6, 2.7, or ≥ 3.2.
1 IPython requires Python 2.7 or ≥ 3.3.
2
2
3 .. note::
3 .. note::
4
4
5 If you need to use Python 2.5, you can find an old version (≤0.10) of IPython
5 If you need to use Python 2.6 or 3.2, you can find IPython 1.0
6 `here <http://archive.ipython.org/release/>`__.
6 `here <http://archive.ipython.org/release/>`__.
7
7
8 Quickstart
8 Quickstart
@@ -273,10 +273,9 b' for parallel computing.'
273 Portability and Python requirements
273 Portability and Python requirements
274 -----------------------------------
274 -----------------------------------
275
275
276 As of the 1.0 release, IPython works with Python 2.6, 2.7, 3.2 and 3.3.
276 As of the 2.0 release, IPython works with Python 2.7 and 3.3 or above.
277 Version 0.12 introduced full support for Python 3. Version 0.11 worked with
277 Version 1.0 additionally worked with Python 2.6 and 3.2.
278 Python 2.6 and 2.7 only. Versions 0.9 and 0.10 worked with Python 2.4 and
278 Version 0.12 was the first version to fully support Python 3.
279 above (not including Python 3).
280
279
281 IPython is known to work on the following operating systems:
280 IPython is known to work on the following operating systems:
282
281
@@ -8,3 +8,5 b' This document describes in-flight development work.'
8 Backwards incompatible changes
8 Backwards incompatible changes
9 ------------------------------
9 ------------------------------
10
10
11 * Python 2.6 and 3.2 are no longer supported: the minimum required
12 Python versions are now 2.7 and 3.3.
General Comments 0
You need to be logged in to leave comments. Login now