-
-
Notifications
You must be signed in to change notification settings - Fork 576
Run tests on 3.14 #3828
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?
Run tests on 3.14 #3828
Conversation
Reviewer's Guide by SourceryThis pull request modifies the test suite to include Python 3.14. It updates the Updated class diagram for noxfile.pyclassDiagram
class noxfile.py {
-PYTHON_VERSIONS: List[str]
}
note for noxfile.py "Updated PYTHON_VERSIONS to include Python 3.14"
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 #3828 +/- ##
=======================================
Coverage 94.76% 94.76%
=======================================
Files 520 520
Lines 33951 33951
Branches 1759 1759
=======================================
Hits 32172 32172
Misses 1497 1497
Partials 282 282 🚀 New features to boost your workflow:
|
CodSpeed Performance ReportMerging #3828 will not alter performanceComparing Summary
|
Apollo Federation Subgraph Compatibility Results
Learn more: |
It seems that we have 2 issues here:
the new field api has an optional doc keyword, which we need to add there. Wondering if we should add
This is an issue from graphql-core, which has been fixed for 3.3.x. Should we mark |
Mmh, I don't really like doc :D I think I'd keep the same behaviour as it is now (so just passing None)
I'll make a PR to GraphQL-core, not sure when 3.3 will be released (I think it depends on GraphQL js) |
Description
Types of Changes
Issues Fixed or Closed by This PR
Checklist
Summary by Sourcery
Add support for Python 3.14 in test matrix and noxfile configuration
CI:
Tests: