##// END OF EJS Templates
Backport PR #5489: Fix required Python versions...
Thomas Kluyver -
Show More
@@ -7,8 +7,8 b' Release 2.0.0'
7 7
8 8 April, 2014
9 9
10 IPython 2.0 requires Python ≥ 2.7.2 or ≥ 3.2.1.
11 It does not support Python 3.0, 3.1, 2.5, or 2.6.
10 IPython 2.0 requires Python ≥ 2.7.2 or ≥ 3.3.0.
11 It does not support Python 3.0, 3.1, 3.2, 2.5, or 2.6.
12 12
13 13 The principal milestones of 2.0 are:
14 14
General Comments 0
You need to be logged in to leave comments. Login now