-
-
Notifications
You must be signed in to change notification settings - Fork 34
Add python 3.13 tests on our CI #254
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
Reviewer's GuideThis PR integrates Python 3.13 into the CI and testing setup by extending GitHub Actions and nox configurations, adjusts dependency constraints for compatibility, and adds release documentation. File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
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.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #254 +/- ##
==========================================
+ Coverage 89.72% 91.18% +1.46%
==========================================
Files 17 16 -1
Lines 1936 1905 -31
Branches 145 145
==========================================
Hits 1737 1737
+ Misses 125 94 -31
Partials 74 74 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #254 will not alter performanceComparing Summary
|
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.
Hey @Ckk3 - I've reviewed your changes - here's some feedback:
- The psycopg2 dependency is pinned exactly in both the main and dev groups—consider unifying these entries or using a caret range to avoid having to bump patch versions twice.
- Until Python 3.13 final is released, you may want to keep
3.13-devin your CI matrix to catch any last-minute breakages before the stable release.
Prompt for AI Agents
Please address the comments from this code review:
## Overall Comments
- The psycopg2 dependency is pinned exactly in both the main and dev groups—consider unifying these entries or using a caret range to avoid having to bump patch versions twice.
- Until Python 3.13 final is released, you may want to keep `3.13-dev` in your CI matrix to catch any last-minute breakages before the stable release.Help me be more useful! Please click 👍 or 👎 on each comment and I'll use the feedback to improve your reviews.

Description
Add Python 3.13 to GitHub Actions and Nox testing configurations.
Types of Changes
Issues Fixed or Closed by This PR
Checklist
Summary by Sourcery
Tests:
Summary by Sourcery
Add Python 3.13 to the project's CI and testing configurations and update dependencies for compatibility
Enhancements:
CI:
Documentation:
Tests: