File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed
Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Latest release
55
66env :
77 CACHE_VERSION : 7
8- DEFAULT_PYTHON : " 3.10 "
8+ DEFAULT_PYTHON : " 3.11 "
99
1010# Only run on merges
1111on :
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Latest commit
55
66env :
77 CACHE_VERSION : 4
8- DEFAULT_PYTHON : " 3.10 "
8+ DEFAULT_PYTHON : " 3.11 "
99 PRE_COMMIT_HOME : ~/.cache/pre-commit
1010
1111on :
@@ -164,7 +164,7 @@ jobs:
164164 needs : commitcheck
165165 strategy :
166166 matrix :
167- python-version : [3.9 , "3.10", "3.11 "]
167+ python-version : ["3.11" , "3.10", "3.9 "]
168168 steps :
169169 - name : Check out committed code
170170 uses : actions/checkout@v3
@@ -203,7 +203,7 @@ jobs:
203203 needs : prepare-test-cache
204204 strategy :
205205 matrix :
206- python-version : [3.9 , "3.10", "3.11 "]
206+ python-version : ["3.11" , "3.10", "3.9 "]
207207
208208 steps :
209209 - name : Check out committed code
Original file line number Diff line number Diff line change 44
55default_language_version :
66 # force all unspecified python hooks to run python3
7- python : python3.10
7+ python : python3.11
88
99repos :
1010 # Run manually in CI skipping the branch checks
Original file line number Diff line number Diff line change 33## Ongoing
44
55- Improved markdown (i.e. markup and contents), added linter for markdown & added code owners
6+ - Default to python 3.11
67
78## v0.27.7: Stick bugfix: fix for reported issue #312
89
You can’t perform that action at this time.
0 commit comments