You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: doc/source/install.rst
+25
Original file line number
Diff line number
Diff line change
@@ -15,6 +15,31 @@ Instructions for installing from source,
15
15
`PyPI <http://pypi.python.org/pypi/pandas>`__, `ActivePython <https://www.activestate.com/activepython/downloads>`__, various Linux distributions, or a
16
16
`development version <http://github.com/pandas-dev/pandas>`__ are also provided.
17
17
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 will
25
+
support Python 2.
26
+
27
+
The final major release before **December 31, 2018** will be a long term support (LTS) release.
28
+
The pandas maintainers will backport bugfixes and make releases supporting Python 2 to that branch.
29
+
For example, if ``0.25.0`` is the last major release, we'll make make releases for ``0.25.1``, ``0.25.2``, etc., as needed.
30
+
This branch will not receive new features.
31
+
32
+
Starting **January 1, 2019**, all major release will be Python 3 only.
33
+
34
+
Starting **January 1, 2020**, the pandas maintainers will stop supporting Python 2. The released packages will still be
35
+
available on PyPI and through conda, but will not recieve any more bugfixes.
36
+
37
+
For more information, see the `Python 3 statement`_ and the `Porting to Python 3 guide`_.
0 commit comments