Skip to content

Commit d104ecd

Browse files
TomAugspurgerjreback
authored andcommitted
DOC: Plans for 2.7 (#20540)
1 parent 2acce77 commit d104ecd

File tree

2 files changed

+30
-0
lines changed

2 files changed

+30
-0
lines changed

doc/source/install.rst

+25
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,31 @@ Instructions for installing from source,
1515
`PyPI <http://pypi.python.org/pypi/pandas>`__, `ActivePython <https://www.activestate.com/activepython/downloads>`__, various Linux distributions, or a
1616
`development version <http://github.com/pandas-dev/pandas>`__ are also provided.
1717

18+
.. _install.dropping_27
19+
20+
Plan for dropping Python 2.7
21+
----------------------------
22+
23+
The Python core team plans to stop supporting Python 2.7 on January 1st, 2020.
24+
In line with `NumPy's plans`_, all pandas releases through December 31, 2018
25+
will support Python 2.
26+
27+
The final release before **December 31, 2018** will be the last release to
28+
support Python 2. The released package will continue to be available on
29+
PyPI and through conda.
30+
31+
Starting **January 1, 2019**, all releases will be Python 3 only.
32+
33+
If there are people interested in continued support for Python 2.7 past December
34+
31, 2018 (either backporting bugfixes or funding) please reach out to the
35+
maintainers on the issue tracker.
36+
37+
For more information, see the `Python 3 statement`_ and the `Porting to Python 3 guide`_.
38+
39+
.. _NumPy's plans: https://github.com/numpy/numpy/blob/master/doc/neps/nep-0014-dropping-python2.7-proposal.rst#plan-for-dropping-python-27-support
40+
.. _Python 3 statement: http://python3statement.org/
41+
.. _Porting to Python 3 guide: https://docs.python.org/3/howto/pyporting.html
42+
1843
Python version support
1944
----------------------
2045

doc/source/whatsnew/v0.23.0.txt

+5
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ deprecations, new features, enhancements, and performance improvements along
88
with a large number of bug fixes. We recommend that all users upgrade to this
99
version.
1010

11+
.. warning::
12+
13+
Starting January 1, 2019, pandas feature releases will support Python 3 only.
14+
See :ref:`install.dropping_27` for more.
15+
1116
.. _whatsnew_0230.enhancements:
1217

1318
New features

0 commit comments

Comments
 (0)