forked from jazzband/pip-tools
-
Notifications
You must be signed in to change notification settings - Fork 35
Open
Description
I just released version 1.2.0, which includes the --continue-on-fail
flag by @5j9. Working on the release branch, I realized that pip-review is still dragging Python versions from the stone age behind it.
I feel it is time to drop support for deprecated Python versions, i.e., everything below Python 3.7. That is a change that could potentially break some workflows, so it requires a major version upgrade.
As far as I can tell, there are currently no other breaking changes that people have advocated for in the issue list or the pull requests. If you have such an idea, please mention it here. I will leave this ticket open for at least a month or so.
5j9