Skip to content

Commit

Permalink
Merge pull request #2323 from marshmallow-code/docs_py38
Browse files Browse the repository at this point in the history
Remove min Python 3 minor version in docs and README
  • Loading branch information
lafrech authored Oct 18, 2024
2 parents 5e71a04 + 0b4dbe1 commit 90637c2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 8 deletions.
6 changes: 0 additions & 6 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
=========

Expand Down
2 changes: 1 addition & 1 deletion docs/install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/upgrading.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 90637c2

Please sign in to comment.