Skip to content

Commit 9390b3e

Browse files
authored
DOC:Update python version support info (#27580) (#27691)
closes #27558
1 parent ac6dca2 commit 9390b3e

File tree

9 files changed

+9
-34
lines changed

9 files changed

+9
-34
lines changed

doc/source/install.rst

+1-26
Original file line numberDiff line numberDiff line change
@@ -15,35 +15,10 @@ Instructions for installing from source,
1515
`PyPI <https://pypi.org/project/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 0.24.x feature release 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 new feature releases (> 0.24) 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 bug fixes 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-
4318
Python version support
4419
----------------------
4520

46-
Officially Python 2.7, 3.5, 3.6, and 3.7.
21+
Officially Python 3.5.3 and above, 3.6, and 3.7.
4722

4823
Installing pandas
4924
-----------------

doc/source/whatsnew/v0.23.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Check the :ref:`API Changes <whatsnew_0230.api_breaking>` and :ref:`deprecations
3131
.. warning::
3232

3333
Starting January 1, 2019, pandas feature releases will support Python 3 only.
34-
See :ref:`install.dropping-27` for more.
34+
See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more.
3535

3636
.. contents:: What's new in v0.23.0
3737
:local:

doc/source/whatsnew/v0.23.1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and bug fixes. We recommend that all users upgrade to this version.
1212
.. warning::
1313

1414
Starting January 1, 2019, pandas feature releases will support Python 3 only.
15-
See :ref:`install.dropping-27` for more.
15+
See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more.
1616

1717
.. contents:: What's new in v0.23.1
1818
:local:

doc/source/whatsnew/v0.23.2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ and bug fixes. We recommend that all users upgrade to this version.
1717
.. warning::
1818

1919
Starting January 1, 2019, pandas feature releases will support Python 3 only.
20-
See :ref:`install.dropping-27` for more.
20+
See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more.
2121

2222
.. contents:: What's new in v0.23.2
2323
:local:

doc/source/whatsnew/v0.23.4.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ and bug fixes. We recommend that all users upgrade to this version.
1212
.. warning::
1313

1414
Starting January 1, 2019, pandas feature releases will support Python 3 only.
15-
See :ref:`install.dropping-27` for more.
15+
See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more.
1616

1717
.. contents:: What's new in v0.23.4
1818
:local:

doc/source/whatsnew/v0.24.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ What's new in 0.24.0 (January 25, 2019)
66
.. warning::
77

88
The 0.24.x series of releases will be the last to support Python 2. Future feature
9-
releases will support Python 3 only. See :ref:`install.dropping-27` for more
9+
releases will support Python 3 only. See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more
1010
details.
1111

1212
{{ header }}

doc/source/whatsnew/v0.24.1.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Whats new in 0.24.1 (February 3, 2019)
66
.. warning::
77

88
The 0.24.x series of releases will be the last to support Python 2. Future feature
9-
releases will support Python 3 only. See :ref:`install.dropping-27` for more.
9+
releases will support Python 3 only. See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more.
1010

1111
{{ header }}
1212

doc/source/whatsnew/v0.24.2.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Whats new in 0.24.2 (March 12, 2019)
66
.. warning::
77

88
The 0.24.x series of releases will be the last to support Python 2. Future feature
9-
releases will support Python 3 only. See :ref:`install.dropping-27` for more.
9+
releases will support Python 3 only. See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more.
1010

1111
{{ header }}
1212

doc/source/whatsnew/v0.25.0.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ What's new in 0.25.0 (July 18, 2019)
66
.. warning::
77

88
Starting with the 0.25.x series of releases, pandas only supports Python 3.5.3 and higher.
9-
See :ref:`install.dropping-27` for more details.
9+
See `Dropping Python 2.7 <https://pandas.pydata.org/pandas-docs/version/0.24/install.html#install-dropping-27>`_ for more details.
1010

1111
.. warning::
1212

0 commit comments

Comments
 (0)