-
-
Notifications
You must be signed in to change notification settings - Fork 6
👷 Enable testing on Python 3.14 #219
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
base: main
Are you sure you want to change the base?
Conversation
📝 WalkthroughWalkthroughUpdates to CI and packaging metadata: minor YAML formatting change in the CD workflow, Python 3.14 added to the nox test matrix, and conditional dependency constraints in pyproject.toml reordered and extended to explicitly cover Python 3.14. Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Possibly related issues
Poem
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
|
This PR has to wait until a new version of |
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.
Actionable comments posted: 1
Caution
Some comments are outside the diff and can’t be posted inline due to platform limitations.
⚠️ Outside diff range comments (1)
pyproject.toml (1)
60-64: Add the Python 3.14 trove classifier.You’re declaring 3.14 support elsewhere, but the classifiers still stop at 3.13. Please add
Programming Language :: Python :: 3.14so the published metadata reflects the new support level.
📜 Review details
Configuration used: CodeRabbit UI
Review profile: ASSERTIVE
Plan: Pro
⛔ Files ignored due to path filters (1)
uv.lockis excluded by!**/*.lock
📒 Files selected for processing (1)
pyproject.toml(3 hunks)
Description
This PR enables testing on Python 3.14.
Fixes #206
Checklist:
I have added appropriate tests that cover the new/changed functionality.I have updated the documentation to reflect these changes.Summary by CodeRabbit
New Features
Chores