Skip to content

Commit 4aee0fd

Browse files
committed
update Python in CI
1 parent 4b109d2 commit 4aee0fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
cache: npm
1717
- uses: actions/setup-python@v5
1818
with:
19-
python-version: 3.12
19+
python-version: 3.13
2020
- run: npm ci
2121
- run: pip install codespell
2222
- run: npx run-s lint-raw codespell

0 commit comments

Comments
 (0)