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.
2 parents 2638b2f + 6a6f52c commit 6fa7095Copy full SHA for 6fa7095
.github/workflows/verify.yml
@@ -5,7 +5,7 @@ name: Latest commit
5
6
env:
7
CACHE_VERSION: 12
8
- DEFAULT_PYTHON: "3.13.0"
+ DEFAULT_PYTHON: "3.13"
9
PRE_COMMIT_HOME: ~/.cache/pre-commit
10
11
on:
@@ -173,7 +173,7 @@ jobs:
173
needs: commitcheck
174
strategy:
175
matrix:
176
- python-version: ["3.13.0", "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