Add python 3.13 tests on our CI#254
Merged
Ckk3 merged 8 commits intostrawberry-graphql:mainfrom Jun 21, 2025
Merged
Conversation
Contributor
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
|
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
|
Member
Contributor
There was a problem hiding this comment.
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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: