We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bf474a commit 4747901Copy full SHA for 4747901
.github/workflows/verify.yml
@@ -173,7 +173,7 @@ jobs:
173
needs: commitcheck
174
strategy:
175
matrix:
176
- python-version: ["3.13" "3.12"]
+ python-version: ["3.13", "3.12"]
177
steps:
178
- name: Check out committed code
179
uses: actions/checkout@v4
@@ -213,7 +213,7 @@ jobs:
213
needs: prepare-test-cache
214
215
216
217
218
219
0 commit comments