Use 3.12 for formatting check#3049
Merged
A5rocks merged 4 commits intopython-trio:mainfrom Aug 4, 2024
Merged
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3049 +/- ##
=======================================
Coverage 99.63% 99.63%
=======================================
Files 120 120
Lines 17832 17832
Branches 3204 3204
=======================================
Hits 17767 17767
Misses 46 46
Partials 19 19 |
CoolCat467
approved these changes
Aug 2, 2024
Member
CoolCat467
left a comment
There was a problem hiding this comment.
Looks good provided that the CI succeeds
Member
|
Shouldn't we also update |
Contributor
Author
I think its python version isn't related to the formatting check. (and it can be upgraded whenever, I forgot the motivation behind it...) Actually, it's probably better to be < 3.11 because otherwise |
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.
Fixes #2681. Not using the lowest version means:
This works now because of the switch to
uvwhich has a--python-versionflag.