Skip to content

Commit 50e63a3

Browse files
committed
CI: Update used python
1 parent db5c874 commit 50e63a3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
strategy:
2626
matrix:
2727
python:
28-
- '3.8'
28+
- '3.13'
2929
arch:
3030
- 'x64'
3131
steps:

.github/workflows/deploy-gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Python
2121
uses: actions/setup-python@v5
2222
with:
23-
python-version: '3.8'
23+
python-version: '3.13'
2424
- name: Install MkDocs
2525
run: pip install -r docs/requirements.txt
2626
- name: Run MkDocs

0 commit comments

Comments
 (0)