- 
  Notifications
 You must be signed in to change notification settings 
- Fork 792
chore: support Python 3.14 #890
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
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 adds support for Python 3.14 to the project by updating configuration files and documentation to include the new Python version in testing and compatibility matrices.
- Added Python 3.14 to tox environments for local testing
- Updated setup.py classifiers to declare Python 3.14 compatibility
- Modified CI workflow to test against Python 3.14
Reviewed Changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 1 comment.
| File | Description | 
|---|---|
| tox.ini | Added Python 3.14 to the list of test environments | 
| setup.py | Added Python 3.14 classifier to package metadata | 
| README.md | Added Python 3.14 to the list of supported implementations | 
| .github/workflows/test-and-deploy.yml | Added Python 3.14 to the CI test matrix | 
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Uh oh!
There was an error while loading. Please reload this page.
Fixes
A short description of what this PR does.
Checklist
If you have questions, please file a support ticket, or create a GitHub Issue in this repository.