Skip to content

Commit f08b890

Browse files
committed
Fix Python version to 3.13
1 parent 966d7e7 commit f08b890

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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)