-
-
Notifications
You must be signed in to change notification settings - Fork 611
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
Bump pip minimum version to >= 20.3 #1340
Bump pip minimum version to >= 20.3 #1340
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1340 +/- ##
==========================================
- Coverage 99.62% 99.62% -0.01%
==========================================
Files 33 33
Lines 2928 2915 -13
Branches 319 313 -6
==========================================
- Hits 2917 2904 -13
Misses 5 5
Partials 6 6
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.
Only comment is very minor and cosmetic. Otherwise, looks great. Thanks for cleaning this up!
Thanks @jdufresne for reviewing this! Much appreciated 👍🏼 |
Due to
pip-tools
' policy to support only the last two minor pip versions, it's time to drop thepip-20.1
andpip-20.2
.Latest:
21.0.*
Previous:
20.3.*
Changelog-friendly one-liner: Bump
pip
minimum version to>= 20.3
.Contributor checklist