Skip to content

Commit c6a3297

Browse files
committed
Use python v3.13 for build tests
1 parent 9084b03 commit c6a3297

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
@@ -100,7 +100,7 @@ jobs:
100100
- name: Set up Python
101101
uses: actions/setup-python@v5
102102
with:
103-
python-version: "3.x"
103+
python-version: "3.13"
104104
- name: Install platformio
105105
run: |
106106
python -m pip install --upgrade pip
@@ -146,7 +146,7 @@ jobs:
146146
- name: Set up Python
147147
uses: actions/setup-python@v5
148148
with:
149-
python-version: "3.x"
149+
python-version: "3.13"
150150
- name: Install platformio
151151
run: |
152152
python -m pip install --upgrade pip
@@ -301,7 +301,7 @@ jobs:
301301
- name: Set up Python
302302
uses: actions/setup-python@v5
303303
with:
304-
python-version: "3.x"
304+
python-version: "3.13"
305305
- name: Install platformio
306306
run: |
307307
python -m pip install --upgrade pip
@@ -344,7 +344,7 @@ jobs:
344344
- name: Set up Python
345345
uses: actions/setup-python@v5
346346
with:
347-
python-version: "3.x"
347+
python-version: "3.13"
348348
- name: Install platformio
349349
run: |
350350
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)