Skip to content

Commit cefb1db

Browse files
committed
CI python 3.12
1 parent ef9416b commit cefb1db

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/platformio.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Set up Python
2323
uses: actions/setup-python@v5
2424
with:
25-
python-version: '3.11'
25+
python-version: '3.12'
2626
- name: Install Dependencies
2727
run: pip install --upgrade platformio
2828
- name: Run PlatformIO Test
@@ -64,7 +64,7 @@ jobs:
6464
- name: Set up Python
6565
uses: actions/setup-python@v5
6666
with:
67-
python-version: '3.11'
67+
python-version: '3.12'
6868
- name: Install Dependencies
6969
run: pip install --upgrade platformio
7070

0 commit comments

Comments
 (0)