From 0b4dbe111970580b2ed0cb7dc11f3b39b859e4c3 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Lafr=C3=A9choux?= <jerome@jolimont.fr>
Date: Thu, 17 Oct 2024 18:41:54 +0200
Subject: [PATCH] Remove min Python 3 minor version in docs and README

---
 README.rst         | 6 ------
 docs/install.rst   | 2 +-
 docs/upgrading.rst | 2 +-
 3 files changed, 2 insertions(+), 8 deletions(-)

diff --git a/README.rst b/README.rst
index 8ffb37c7c..fe1628631 100644
--- a/README.rst
+++ b/README.rst
@@ -77,17 +77,11 @@ Get It Now
 
     $ pip install -U marshmallow
 
-
 Documentation
 =============
 
 Full documentation is available at https://marshmallow.readthedocs.io/ .
 
-Requirements
-============
-
-- Python >= 3.9
-
 Ecosystem
 =========
 
diff --git a/docs/install.rst b/docs/install.rst
index 44185a8c5..56c622598 100644
--- a/docs/install.rst
+++ b/docs/install.rst
@@ -3,7 +3,7 @@
 Installation
 ============
 
-**marshmallow** requires Python >= 3.8. It has no external dependencies other than the `packaging` library.
+**marshmallow** has no external dependencies other than the `packaging` library.
 
 Installing/Upgrading from the PyPI
 ----------------------------------
diff --git a/docs/upgrading.rst b/docs/upgrading.rst
index 43ca6c036..27465d13c 100644
--- a/docs/upgrading.rst
+++ b/docs/upgrading.rst
@@ -62,7 +62,7 @@ Upgrading to 3.0
 Python compatibility
 ********************
 
-The marshmallow 3.x series supports Python >= 3.8.
+The marshmallow 3.x series requires Python 3.
 
 
 Schemas are always strict