Skip to content

Commit 13d3372

Browse files
committed
CodeRabbit correctly identifies core as not current on 313
1 parent 76b927d commit 13d3372

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/verify.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ name: Latest commit
55

66
env:
77
CACHE_VERSION: 11
8-
DEFAULT_PYTHON: "3.13"
8+
DEFAULT_PYTHON: "3.13 3.12"
99
PRE_COMMIT_HOME: ~/.cache/pre-commit
1010

1111
on:
@@ -173,7 +173,7 @@ jobs:
173173
needs: commitcheck
174174
strategy:
175175
matrix:
176-
python-version: ["3.13"]
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"]
216+
python-version: ["3.13 3.12"]
217217

218218
steps:
219219
- name: Check out committed code

0 commit comments

Comments
 (0)