Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 23e4ada

Browse files
committed
Update docs for Python version support
1 parent c359420 commit 23e4ada

3 files changed

Lines changed: 7 additions & 6 deletions

File tree

docs/source/install/install.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
IPython requires Python 2.6, 2.7, or ≥ 3.2.
1+
IPython requires Python 2.7 or ≥ 3.3.
22

33
.. note::
44

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
66
`here <http://archive.ipython.org/release/>`__.
77

88
Quickstart

docs/source/overview.rst

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -273,10 +273,9 @@ for parallel computing.
273273
Portability and Python requirements
274274
-----------------------------------
275275

276-
As of the 1.0 release, IPython works with Python 2.6, 2.7, 3.2 and 3.3.
277-
Version 0.12 introduced full support for Python 3. Version 0.11 worked with
278-
Python 2.6 and 2.7 only. Versions 0.9 and 0.10 worked with Python 2.4 and
279-
above (not including Python 3).
276+
As of the 2.0 release, IPython works with Python 2.7 and 3.3 or above.
277+
Version 1.0 additionally worked with Python 2.6 and 3.2.
278+
Version 0.12 was the first version to fully support Python 3.
280279

281280
IPython is known to work on the following operating systems:
282281

docs/source/whatsnew/development.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,5 @@ This document describes in-flight development work.
88
Backwards incompatible changes
99
------------------------------
1010

11+
* Python 2.6 and 3.2 are no longer supported: the minimum required
12+
Python versions are now 2.7 and 3.3.

0 commit comments

Comments
 (0)