-
Notifications
You must be signed in to change notification settings - Fork 4
feat: ✨ Python 3.14 support #80
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 by updating version constraints and CI configuration. The changes enable testing against Python 3.14 while maintaining backward compatibility with Python 3.10+.
Key changes:
- Updated Python version constraint to support up to 3.15
- Configured GitHub Actions to test on both Python 3.10 and 3.14
- Added Dependabot configuration for automated dependency updates
Reviewed Changes
Copilot reviewed 5 out of 7 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| pyproject.toml | Updated Python version constraint to <3.15, upgraded rich dependency, reorganized imports, removed python-semantic-release |
| codelimit/common/Scanner.py | Reordered imports and added test directory exclusions |
| .python-version | Removed pinned Python version file |
| .github/workflows/main.yml | Added matrix testing for Python 3.10 and 3.14, updated action versions |
| .github/dependabot.yml | Added new Dependabot configuration for GitHub Actions and uv package management |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
CodeLimit ReportOverview
Summary
✅ 98% of the functions are maintainable, no refactoring necessary. Findings
Generated by CodeLimit |
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #80 +/- ##
==========================================
+ Coverage 90.09% 90.39% +0.30%
==========================================
Files 105 106 +1
Lines 3464 3552 +88
==========================================
+ Hits 3121 3211 +90
+ Misses 343 341 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
No description provided.