-
-
Notifications
You must be signed in to change notification settings - Fork 615
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
Add support for pip>=22.1 #1607
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.
Hurrah! Thanks for picking this up. I have a very minor suggestion.
I requests @pradyunsg to update its review so I will wait for his comment or approval before merging. That is a very welcomed addition. |
Please feel free to merge this without waiting on my review. If I have time to do a review, I’ll do one. :) |
pip-22.1
release, see Release 22.1 (April 2022) pypa/pip#10991.main
to the matrix so that we could see the changes pass tests. There is fail-fast: false on CI so the workflow shouldn't be failed ifmain
fails. It would be nice to have some kind ofallow-failure
, but it's not yet implemented, see: Please support something like "allow-failure" for a given job actions/runner#2347.Contributor checklist
Maintainer checklist
backwards incompatible
,feature
,enhancement
,deprecation
,bug
,dependency
,docs
orskip-changelog
as they determine changelog listing.