-
Notifications
You must be signed in to change notification settings - Fork 62
MNT drop python=3.7 support #252
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
Conversation
| [tool.black] | ||
| line-length = 88 | ||
| target_version = ['py37', 'py38', 'py39', 'py310'] | ||
| target_version = ['py38', 'py39', 'py310', 'py311'] |
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.
| target_version = ['py38', 'py39', 'py310', 'py311'] | |
| target_version = ['py38', 'py39', 'py310'] |
Not sure if it hurts to have it there. If not, just ignore.
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.
we do code in py311, so I think this is better to stay.
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.
It's unclear to me what this option really does. Is it only relevant when a new Python version changes syntax? Anyway, I'm fine with keeping it.
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.
As in, the output should be valid in all these python versions, I think.
BenjaminBossan
left a comment
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.
Can we not get rid of fixes.py completely now?
|
CI is green @BenjaminBossan |
BenjaminBossan
left a comment
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.
Fantastic
Same as #246, fixes #245 , but doesn't add 3.11. #246 will add that.