-
Notifications
You must be signed in to change notification settings - Fork 748
Supporting Python 3.13 #946
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 updates the project configuration to support Python 3.13.
- Updated pyproject.toml to include Python 3.13 in the classifiers.
- Modified the CI workflow to test against Python 3.13.
Reviewed Changes
Copilot reviewed 2 out of 3 changed files in this pull request and generated no comments.
File | Description |
---|---|
pyproject.toml | Added Python 3.13 classifier to reflect updated language support. |
.github/workflows/tests.yml | Updated the Python version matrix to test with Python 3.13. |
Files not reviewed (1)
- .python-version: Language not supported
Nice work with the release @wallies , yep CI passes now 🥳 |
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.
AWESOME WORK!!
The final straw for Python 3.13 support has fallen into place: quickwit-oss/tantivy-py#401.
We lagged Python 3.13's release by ~7 months, not bad.
CI will pass as soon as https://github.com/quickwit-oss/tantivy-py cuts a release.