Skip to content

Commit 0d49a93

Browse files
committed
github actions update
1 parent 3d97b03 commit 0d49a93

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- name: install python
1515
uses: actions/setup-python@v1
1616
with:
17-
python-version: "3.10"
17+
python-version: "3.13"
1818
- name: install python requirements
1919
run: |
2020
python -m pip install --upgrade pip

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: install python
1212
uses: actions/setup-python@v1
1313
with:
14-
python-version: "3.10"
14+
python-version: "3.13"
1515
- name: install python requirements
1616
run: |
1717
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)