Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove min Python 3 minor version in docs and README #2323

Merged
merged 1 commit into from
Oct 18, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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