##// END OF EJS Templates
updated portability picture
Paul Ivanov -
Show More
@@ -269,11 +269,10 b' for parallel computing.'
269 269 Portability and Python requirements
270 270 -----------------------------------
271 271
272 As of the 0.11 release, IPython works with Python 2.6 and 2.7. Versions 0.9 and
273 0.10 worked with Python 2.4 and above. IPython now also supports Python 3,
274 although for now the code for this is separate, and kept up to date with the
275 main IPython repository. In the future, these will converge to a single codebase
276 which can be automatically translated using 2to3.
272 As of the 1.0 release, IPython works with Python 2.6, 2.7, 3.2 and 3.3.
273 Version 0.12 introduced full support for Python 3. Version 0.11 worked with
274 Python 2.6 and 2.7 only. Versions 0.9 and 0.10 worked with Python 2.4 and
275 above (not including Python 3).
277 276
278 277 IPython is known to work on the following operating systems:
279 278
General Comments 0
You need to be logged in to leave comments. Login now