Skip to content

Commit 3b6686e

Browse files
committed
ci: reverse python version order
1 parent ad7f240 commit 3b6686e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
max-parallel: 4
3939
matrix:
4040
executors: [multiprocessing, slurm, kubernetes]
41-
python-version: ["3.8", "3.9", "3.10", "3.11"]
41+
python-version: ["3.11", "3.10", "3.9", "3.8"]
4242
defaults:
4343
run:
4444
working-directory: cluster_tools
@@ -134,7 +134,7 @@ jobs:
134134
strategy:
135135
max-parallel: 4
136136
matrix:
137-
python-version: ["3.8", "3.9", "3.10", "3.11"]
137+
python-version: ["3.11", "3.10", "3.9", "3.8"]
138138
group: [1, 2, 3]
139139
fail-fast: false
140140
defaults:

0 commit comments

Comments
 (0)