-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
mention 3.8 requirement in contrib docs #2856
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
Merged
PrettyWood
merged 3 commits into
pydantic:master
from
paxcodes:update_python_version_in_contrib_docs
Sep 4, 2021
Merged
mention 3.8 requirement in contrib docs #2856
PrettyWood
merged 3 commits into
pydantic:master
from
paxcodes:update_python_version_in_contrib_docs
Sep 4, 2021
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Contributor
Author
|
please review |
Thorbenl
approved these changes
Jun 2, 2021
Thorbenl
left a comment
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.
LGTM :)
PrettyWood
requested changes
Jun 4, 2021
Collaborator
|
Please update and rebase/merge with master |
d1e3f7e to
e7f041a
Compare
Contributor
Author
|
please review |
PrettyWood
approved these changes
Sep 4, 2021
Collaborator
PrettyWood
left a comment
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.
Thanks!
jpribyl
pushed a commit
to liquet-ai/pydantic
that referenced
this pull request
Oct 7, 2021
* mention 3.8 requirement in contrib docs * add change.md for PR#2856 * docs: fix grammar and wording
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Change Summary
Mention 3.8 requirement in contrib docs. Using python3.7 to build docs will fail:
Where
validation_decorator_parameter_types.py:26:34hasdef pos_only(a: int, b: int = 2, /) -> str: # python 3.8 onlyChecklist
changes/<pull request or issue id>-<github username>.mdfile added describing change(see changes/README.md for details)