Fix python_requires metadata to require >=3.6.1#2306
Fix python_requires metadata to require >=3.6.1#2306samuelcolvin merged 2 commits intopydantic:masterfrom
python_requires metadata to require >=3.6.1#2306Conversation
Codecov Report
@@ Coverage Diff @@
## master #2306 +/- ##
=======================================
Coverage 99.97% 99.97%
=======================================
Files 23 23
Lines 4477 4477
Branches 903 903
=======================================
Hits 4476 4476
Misses 1 1 Continue to review full report at Codecov.
|
|
seems reasonable to me. Please can you:
|
|
I guess the best explanation for this is given by Guido van Rossum https://bugs.python.org/issue29011#msg283660 |
Is there a predefined process for this? Couldn't find anything in the docs |
|
Ok I found the changelog process here. Maybe the contribution docs should link there? |
That's very weird, thanks for hunting it down.
The PR template that you should have seen when creating the PR describes it pretty well, that's enough mostly. Happy to accept a PR to update the contributing docs, otherwise I'll try to make it clearer when I get around to it. |
|
Thanks a lot fo this. |
At least this
typing.Dequeimport requires Python version to be >=3.6.1.This PR fixes
python_requiresmetadata.