Skip to content

Commit 0ed1d70

Browse files
committed
python 3.13.7
1 parent 3ce9a13 commit 0ed1d70

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
- name: Setup Python
153153
uses: actions/setup-python@v5
154154
with:
155-
python-version: 3.8
155+
python-version: 3.13.7
156156

157157
- name: Setup python dependencies
158158
run: pip install --upgrade mkdocs mkdocs-material pygments

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: 3.8
20+
python-version: 3.13.7
2121

2222
- name: Setup python dependencies
2323
run: pip install --upgrade mkdocs mkdocs-material pygments

0 commit comments

Comments
 (0)