Skip to content

Commit 471348d

Browse files
committed
[CI} Update python version to 3.11
1 parent 9bd9a64 commit 471348d

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
- name: Set up Python
9191
uses: actions/setup-python@v5
9292
with:
93-
python-version: "3.x"
93+
python-version: "3.11"
9494
- name: Install platformio
9595
run: |
9696
python -m pip install --upgrade pip

.github/workflows/build_and_docs_to_dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up Python
1818
uses: actions/setup-python@v5
1919
with:
20-
python-version: "3.7"
20+
python-version: "3.11"
2121
- name: Install dependencies
2222
run: |
2323
python -m pip install --upgrade pip

.github/workflows/manual_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set up Python
1616
uses: actions/setup-python@v5
1717
with:
18-
python-version: "3.7"
18+
python-version: "3.11"
1919
- name: Install build dependencies
2020
run: |
2121
python -m pip install --upgrade pip

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Set up Python
1414
uses: actions/setup-python@v5
1515
with:
16-
python-version: "3.7"
16+
python-version: "3.11"
1717
- name: Install platformio
1818
run: |
1919
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)