-
-
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
Drop support for Python 3.7 #1879
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.
Bump version here also, please:
pip-tools/.pre-commit-config.yaml
Lines 11 to 15 in b05acb1
- repo: https://github.com/asottile/pyupgrade | |
rev: v3.3.1 | |
hooks: | |
- id: pyupgrade | |
args: [--py37-plus] |
@atugushev Thank you, done. Maybe a list with files relevant when dropping a version can be added to the contributing guide to ease maintenance. |
Should we wait until the end of July, then? I don't think it costs much to merge this later, right? |
Sounds like a good suggestion. |
Yesterday was the last day of support. |
I wonder if a release could be made right before this is merged.. |
I'll prepare a release shortly. |
FYI: the release 6.14.0 is blocked by #1863 (comment). Release drafter now suggests |
@chrysle plz add |
This reverts commit 3fdee98.
for more information, see https://pre-commit.ci
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.
Ready to go 👍🏻
Drop support for Python 3.7 which is EOL in the end of June.
Contributor checklist
Maintainer checklist
backwards incompatible
,feature
,enhancement
,deprecation
,bug
,dependency
,docs
orskip-changelog
as they determine changelog listing.