Skip to content

Commit f18e960

Browse files
committed
Fix Python version to 3.13
1 parent e7dc1d1 commit f18e960

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- name: Python
103103
uses: actions/setup-python@v6
104104
with:
105-
python-version: "3.x"
105+
python-version: "3.13"
106106

107107
- name: Build
108108
run: |

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
cache-dependency-path: pre-commit.requirements.txt
4040
cache: "pip"
41-
python-version: "3.x"
41+
python-version: "3.13"
4242

4343
- name: Get Python version hash
4444
run: |

.github/workflows/publish-pio-registry.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: Python
5050
uses: actions/setup-python@v6
5151
with:
52-
python-version: "3.x"
52+
python-version: "3.13"
5353

5454
- name: Install PlatformIO CLI
5555
run: |

0 commit comments

Comments
 (0)