From c4deb7487a18da420449265f7f0077e0ae79f499 Mon Sep 17 00:00:00 2001 From: Jeff Reback Date: Thu, 3 Jan 2019 07:10:09 -0500 Subject: [PATCH 1/2] DOC: 32-bit warning xref #15889 --- doc/source/install.rst | 4 ++-- doc/source/whatsnew/v0.24.0.rst | 5 +++-- 2 files changed, 5 insertions(+), 4 deletions(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index b020507528642..ba57d4d696085 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -24,11 +24,11 @@ The Python core team plans to stop supporting Python 2.7 on January 1st, 2020. In line with `NumPy's plans`_, all pandas releases through December 31, 2018 will support Python 2. -The final release before **December 31, 2018** will be the last release to +The 0.24.x feature release will be the last release to support Python 2. The released package will continue to be available on PyPI and through conda. -Starting **January 1, 2019**, all releases will be Python 3 only. +Starting **January 1, 2019**, all feature releases will be Python 3 only. If there are people interested in continued support for Python 2.7 past December 31, 2018 (either backporting bug fixes or funding) please reach out to the diff --git a/doc/source/whatsnew/v0.24.0.rst b/doc/source/whatsnew/v0.24.0.rst index fbbbe51473e1c..dd973fd31974d 100644 --- a/doc/source/whatsnew/v0.24.0.rst +++ b/doc/source/whatsnew/v0.24.0.rst @@ -6,9 +6,10 @@ What's New in 0.24.0 (January XX, 2019) .. warning:: The 0.24.x series of releases will be the last to support Python 2. Future feature - releases will support Python 3 only. + releases will support Python 3 only. See :ref:`install.dropping-27` for more. - See :ref:`install.dropping-27` for more. + The 0.24.x series of releases will be the last to support 32-bit Python. Future feature + releases will support 64-bit Python only. {{ header }} From ba1d2edd04cdcfeaef7ca546976ae1f1eb062a84 Mon Sep 17 00:00:00 2001 From: Joris Van den Bossche Date: Thu, 3 Jan 2019 08:50:04 -0500 Subject: [PATCH 2/2] Update doc/source/install.rst Co-Authored-By: jreback --- doc/source/install.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install.rst b/doc/source/install.rst index ba57d4d696085..e25c343a1cce0 100644 --- a/doc/source/install.rst +++ b/doc/source/install.rst @@ -28,7 +28,7 @@ The 0.24.x feature release will be the last release to support Python 2. The released package will continue to be available on PyPI and through conda. -Starting **January 1, 2019**, all feature releases will be Python 3 only. + Starting **January 1, 2019**, all new feature releases (> 0.24) will be Python 3 only. If there are people interested in continued support for Python 2.7 past December 31, 2018 (either backporting bug fixes or funding) please reach out to the