- Notifications
You must be signed in to change notification settings - Fork17
Add Python 3.14 support#33
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
base:main
Are you sure you want to change the base?
Uh oh!
There was an error while loading.Please reload this page.
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 by updating the project's metadata and CI configuration to include testing on this version.
Key Changes:
- Added Python 3.14 classifier to project metadata
- Extended CI test matrix to include Python 3.14
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| pyproject.toml | Added Python 3.14 classifier to indicate compatibility |
| .github/workflows/ci.yml | Added Python 3.14 to the CI testing matrix |
💡Add Copilot custom instructions for smarter, more guided reviews.Learn how to get started.
No description provided.