11.. image :: https://codecov.io/github/ipython/ipython/coverage.svg?branch=master
22 :target: https://codecov.io/github/ipython/ipython?branch=master
33
4- .. image :: https://img.shields.io/pypi/dm/IPython.svg
4+ .. image :: https://img.shields.io/pypi/dm/IPython.svg
55 :target: https://pypi.python.org/pypi/ipython
66
7- .. image :: https://img.shields.io/pypi/v/IPython.svg
7+ .. image :: https://img.shields.io/pypi/v/IPython.svg
88 :target: https://pypi.python.org/pypi/ipython
99
10- .. image :: https://img.shields.io/travis/ipython/ipython.svg
10+ .. image :: https://img.shields.io/travis/ipython/ipython.svg
1111 :target: https://travis-ci.org/ipython/ipython
1212
1313
@@ -22,8 +22,15 @@ Welcome to IPython. Our full documentation is available on `ipython.readthedocs
2222<https://ipython.readthedocs.io/en/stable/> `_ and contains information on how to install, use and
2323contribute to the project.
2424
25- Officially, IPython requires Python version 3.3 and above.
26- IPython 5.x is the last IPython version to support Python 2.7.
25+ .. important ::
26+ **IPython versions and Python Support **
27+
28+ **IPython 6 ** requires Python version 3.3 and above.
29+
30+ **IPython 5.x LTS ** is the compatible release for Python 2.x, 3.0, 3.1, 3.2.
31+ If you require Python 2 support, you **must ** use IPython 5.x LTS. Please
32+ update your project configurations and requirements as necessary.
33+
2734
2835The Notebook, Qt console and a number of other pieces are now parts of *Jupyter *.
2936See the `Jupyter installation docs <http://jupyter.readthedocs.io/en/latest/install.html >`__
0 commit comments