-
-
Notifications
You must be signed in to change notification settings - Fork 619
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
Complete testing and documentation of Python 3.9 support #1222
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1222 +/- ##
==========================================
+ Coverage 99.44% 99.50% +0.06%
==========================================
Files 36 36
Lines 2863 2855 -8
Branches 336 332 -4
==========================================
- Hits 2847 2841 -6
+ Misses 9 8 -1
+ Partials 7 6 -1
Continue to review full report at Codecov.
|
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 👍 I think it would be good to remove py35 (due to EOL) in a following up PR.
Would be happy to. What is the pip-tools policy on supported Pythons? If we're using EOL as a guideline, then we should begin work towards dropping Python 2. Something I'm also happy to contribute to. See https://devguide.python.org/#status-of-python-branches Or, on the other hand, are we trying to match the pip support? If so, they still support Python 3.5. Or, is the policy drop EOL Pythons except 2.7? I looked through the docs and wasn't able to find anything explicit. I could add something to https://github.com/jazzband/pip-tools#versions-and-compatibility once I understand the policy. My preference is to follow Python EOL schedule, but I recognize that may be too fast for some projects that use pip-tools. |
Testing was added in 7503ad7 but is now included in CI and is also documented as trove classifier. Python 3.9 was released November 15, 2020.
Document and add support for Python 3.9.
Contributor checklist
Testing was added in 7503ad7 but is now
included in all CI matrices and is documented as trove classifier.
Python 3.9 was released November 15, 2020.