We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7dc1d1 commit f18e960Copy full SHA for f18e960
.github/workflows/ci.yml
@@ -102,7 +102,7 @@ jobs:
102
- name: Python
103
uses: actions/setup-python@v6
104
with:
105
- python-version: "3.x"
+ python-version: "3.13"
106
107
- name: Build
108
run: |
.github/workflows/pre-commit.yml
@@ -38,7 +38,7 @@ jobs:
38
39
cache-dependency-path: pre-commit.requirements.txt
40
cache: "pip"
41
42
43
- name: Get Python version hash
44
.github/workflows/publish-pio-registry.yml
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
53
54
- name: Install PlatformIO CLI
55
0 commit comments