-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Support python 3.13 #8255
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 #8255
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.
Pull Request Overview
This PR updates the package metadata to officially support Python 3.13 by adjusting the version requirement.
- Bumps the upper bound in
requires-python
to<3.14
- Ensures the project can be installed on Python 3.13 environments
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.
Before merging, can we run a quick test locally on py 3.14? Feel free to leave this on me, I can handle it tomorrow.
I exclude 3.14 due to the license error in
|
I've confirmed basic path works ok and all tests pass in python 3.13. |
Resolve #8253