From 38db4071613b25f95589997ad73b1b890b7a185b Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Wed, 5 Jan 2022 15:31:56 +0000 Subject: [PATCH] Backport PR #45197: DOC: Increased minimum version for Python --- doc/source/whatsnew/v1.4.0.rst | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/doc/source/whatsnew/v1.4.0.rst b/doc/source/whatsnew/v1.4.0.rst index 54fb6555fa05d..5e74cf57e8718 100644 --- a/doc/source/whatsnew/v1.4.0.rst +++ b/doc/source/whatsnew/v1.4.0.rst @@ -382,6 +382,13 @@ instead (:issue:`26314`). Backwards incompatible API changes ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ +.. _whatsnew_140.api_breaking.python: + +Increased minimum version for Python +^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ + +pandas 1.4.0 supports Python 3.8 and higher. + .. _whatsnew_140.api_breaking.deps: Increased minimum versions for dependencies