-
Notifications
You must be signed in to change notification settings - Fork 1
feat: support python 3.14 #130
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
|
WalkthroughAdded a single classifier entry "Programming Language :: Python :: 3.14" to the classifiers list in pyproject.toml. No other files or configuration values were changed. Changes
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Pre-merge checks and finishing touches✅ Passed checks (3 passed)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
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
📜 Review details
Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro
📒 Files selected for processing (1)
pyproject.toml(1 hunks)
⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (4)
- GitHub Check: test (windows-latest)
- GitHub Check: codeql / Analyze (python)
- GitHub Check: pre-commit / Check PR title
- GitHub Check: Codacy Static Code Analysis
| "Programming Language :: Python :: 3.11", | ||
| "Programming Language :: Python :: 3.12", | ||
| "Programming Language :: Python :: 3.13", | ||
| "Programming Language :: Python :: 3.14", |
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.
Classifier not yet recognized by PyPI
Programming Language :: Python :: 3.14 is not a published Trove classifier yet, so PyPI will reject uploads containing it. Please drop this line (or defer until the classifier officially exists) to keep releases from breaking.
🤖 Prompt for AI Agents
In pyproject.toml around line 30, the Trove classifier "Programming Language ::
Python :: 3.14" is not published and will cause PyPI upload failures; remove
that specific classifier line from the [project] -> classifiers list (or replace
it with a currently supported classifier such as "Programming Language :: Python
:: 3.11" or "Programming Language :: Python :: 3.12") and ensure the classifiers
remain valid YAML/INI syntax and comma/newline separated as used in the file.
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #130 +/- ##
=======================================
Coverage 95.42% 95.42%
=======================================
Files 7 7
Lines 284 284
=======================================
Hits 271 271
Misses 13 13 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|



Summary by CodeRabbit
New Features
Documentation
Chores