-
Notifications
You must be signed in to change notification settings - Fork 28
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.12-3.13 and drop EOL 3.7 #56
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
11 months later, updated to add support for Python 3.13, now the 3.13 RC is out :) |
This is now a year old, when I usually close still-open PRs. Or can we merge this? :) |
@@ -2,7 +2,7 @@ | |||
from typing import TYPE_CHECKING | |||
|
|||
if TYPE_CHECKING: |
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.
The if is no longer needed
I just noted I never submitted the review, let's merge and do cleanup later |
The Python 3.12 release candidate is out! 🚀
See also https://dev.to/hugovk/help-test-python-312-beta-1508/