-
Notifications
You must be signed in to change notification settings - Fork 1
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.12 #281
Comments
In Python 3.11 the output is a list of (key, value) tuples:
In Python 3.12 the output is a dictionary:
|
|
It's a good time to remove instances of |
Summary
The stable and supported versions of Python are currently 3.8 to 3.12.
What’s New In Python 3.12
The text was updated successfully, but these errors were encountered: