Skip to content

Commit 4747901

Browse files
committed
Fix correct list
1 parent 8bf474a commit 4747901

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/verify.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ jobs:
173173
needs: commitcheck
174174
strategy:
175175
matrix:
176-
python-version: ["3.13" "3.12"]
176+
python-version: ["3.13", "3.12"]
177177
steps:
178178
- name: Check out committed code
179179
uses: actions/checkout@v4
@@ -213,7 +213,7 @@ jobs:
213213
needs: prepare-test-cache
214214
strategy:
215215
matrix:
216-
python-version: ["3.13" "3.12"]
216+
python-version: ["3.13", "3.12"]
217217

218218
steps:
219219
- name: Check out committed code

0 commit comments

Comments
 (0)