-
Notifications
You must be signed in to change notification settings - Fork 30
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 Python 3.11 and drop EOL 3.6 #46
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.
Lovely, thanks for driving this home
Can't merge on mobile due to the workflows changes, will merge and release it later today |
Shouldn't the |
It's an unused import, not strictly necessary as part of this PR but sure, we might as well clean it up. One less thing to worry about in the py deprecation :) |
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.
Thanks for sorting this out, unless there is anything else, I'd like to merge /release soon
@@ -17,7 +16,7 @@ | |||
[(0, None, "names", "Alice\nBob")], | |||
), | |||
"value with aligned continuation": ( | |||
"names = Alice\n" " Bob", |
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.
I think this was originally intentionally multiline, it's something for a follow-up
Python 3.11 was released on 2022-10-24 🚀
Also:
py.test
topytest