-
Notifications
You must be signed in to change notification settings - Fork 38
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
Support Python 3.13 and remove Python 3.7 support. #289
Conversation
The failing ubuntu-release-check test is expected - |
I have read through https://docs.python.org/3/whatsnew/3.13.html and didn't spot anything obvious that's security-related. I have eyeballed the diffs for the The |
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 like the changes.
Co-authored-by: Michael Howitz <[email protected]>
Fixes #264
The only AST changes I found were slight changes to type parameters. They gained support for a default value.