-
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
Add support for Python 3.11 #1
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.
I would like to keep Python 3.6 support for a while.
As you mentioned, Python 3.6 is already reached the EOL.
However, some users of my libraries that depend on this package still use Python 3.6
If this package kept Python 3.6 support, such users could also enjoy performance improvement.
Sure, updated to keep Python 3.6. GitHub Actions is dropping Python 3.6 too and it isn't available on |
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.
LGTM
Thank you for your pull request.
Python 3.11 was released on 2022-10-24 🚀
Also test Python 3.12-dev and drop Python 3.6, end-of-life since 2021-12-23.
And we can use the builtin caching of actions/setup-python to remove some config: https://github.com/actions/setup-python#caching-packages-dependencies