-
-
Notifications
You must be signed in to change notification settings - Fork 629
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
just a grammar nit, but otherwise good 👍
docs/upgrading.rst
Outdated
@@ -62,7 +62,7 @@ Upgrading to 3.0 | |||
Python compatibility | |||
******************** | |||
|
|||
The marshmallow 3.x series supports Python >= 3.8. | |||
The marshmallow 3.x series require Python 3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The marshmallow 3.x series require Python 3. | |
The marshmallow 3.x series requires Python 3. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh right. Series is singular here...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't I remove the whole Python 3 mention, in 2024?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh, no, that's the upgrading to 3.0.0 section. Leaving it for history.
However, I'm tempted to also remove the Requirements section of the README.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove the Requirements section of the README.
👍
I forgot to update those before releasing and it might not be the first time.
What about we remove the mention of the minor version from the doc pages?
I'd be tempted to also remove it from the README. Especially since we support all maintained Python versions anyway.