Skip to content

Commit 8c2d4f0

Browse files
committed
Fix Python version to 3.13
1 parent 6548af0 commit 8c2d4f0

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Python
6262
uses: actions/setup-python@v6
6363
with:
64-
python-version: "3.x"
64+
python-version: "3.13"
6565

6666
- name: Install npm
6767
uses: actions/setup-node@v5
@@ -132,7 +132,7 @@ jobs:
132132
- name: Python
133133
uses: actions/setup-python@v6
134134
with:
135-
python-version: "3.x"
135+
python-version: "3.13"
136136

137137
- name: Download
138138
uses: actions/download-artifact@v6
@@ -221,7 +221,7 @@ jobs:
221221
- name: Python
222222
uses: actions/setup-python@v6
223223
with:
224-
python-version: "3.x"
224+
python-version: "3.13"
225225

226226
- name: Install npm
227227
uses: actions/setup-node@v5

.github/workflows/cpplint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Pyhton
3131
uses: actions/setup-python@v6
3232
with:
33-
python-version: "3.x"
33+
python-version: "3.13"
3434

3535
- name: cpplint
3636
run: |

0 commit comments

Comments
 (0)