Skip to content

Commit 9627b8e

Browse files
committed
Use python v3.13 for build tests
1 parent 9ee3ae9 commit 9627b8e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: Set up Python
6262
uses: actions/setup-python@v5
6363
with:
64-
python-version: "3.x"
64+
python-version: "3.13"
6565
- name: Install platformio
6666
run: |
6767
python -m pip install --upgrade pip
@@ -99,7 +99,7 @@ jobs:
9999
- name: Set up Python
100100
uses: actions/setup-python@v5
101101
with:
102-
python-version: "3.x"
102+
python-version: "3.13"
103103
- name: Install platformio
104104
run: |
105105
python -m pip install --upgrade pip
@@ -145,7 +145,7 @@ jobs:
145145
- name: Set up Python
146146
uses: actions/setup-python@v5
147147
with:
148-
python-version: "3.x"
148+
python-version: "3.13"
149149
- name: Install platformio
150150
run: |
151151
python -m pip install --upgrade pip
@@ -297,7 +297,7 @@ jobs:
297297
- name: Set up Python
298298
uses: actions/setup-python@v5
299299
with:
300-
python-version: "3.x"
300+
python-version: "3.13"
301301
- name: Install platformio
302302
run: |
303303
python -m pip install --upgrade pip
@@ -340,7 +340,7 @@ jobs:
340340
- name: Set up Python
341341
uses: actions/setup-python@v5
342342
with:
343-
python-version: "3.x"
343+
python-version: "3.13"
344344
- name: Install platformio
345345
run: |
346346
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)