Skip to content

Commit 0a524bc

Browse files
chore(deps): update dependency python to 3.13
1 parent 08b738f commit 0a524bc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs-pages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Set up Python
2525
uses: actions/setup-python@v5
2626
with:
27-
python-version: '3.10'
27+
python-version: '3.13'
2828
- name: Set up env
2929
run: make -C docs setupenv
3030
- name: Build docs

.github/workflows/docs-pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Set up Python
2424
uses: actions/setup-python@v5
2525
with:
26-
python-version: '3.10'
26+
python-version: '3.13'
2727
- name: Set up env
2828
run: make -C docs setupenv
2929
- name: Build docs

0 commit comments

Comments
 (0)