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

Skip to content

Commit 4f6c8a0

Browse files
committed
Add an important directive for Py2/Py3 support
1 parent f3c9555 commit 4f6c8a0

1 file changed

Lines changed: 12 additions & 5 deletions

File tree

README.rst

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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
2323
contribute 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

2835
The Notebook, Qt console and a number of other pieces are now parts of *Jupyter*.
2936
See the `Jupyter installation docs <http://jupyter.readthedocs.io/en/latest/install.html>`__

0 commit comments

Comments
 (0)