From 2d9513c80469ad2223ac8c41d73c502c376b32e6 Mon Sep 17 00:00:00 2001 From: Simon Hawkins Date: Wed, 5 Jan 2022 15:31:56 +0000 Subject: [PATCH] DOC: Increased minimum version for Python (#45197) --- 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