Skip to content

Commit 62538c8

Browse files
committed
Update python
1 parent 4473825 commit 62538c8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
name: esp32-sigrok.bin
1919

2020
steps:
21-
- name: Select Python 3.7
21+
- name: Select Python 3.12.1
2222
uses: actions/setup-python@v1
2323
with:
24-
python-version: '3.7'
24+
python-version: '3.12.1'
2525
architecture: 'x64'
2626

2727
- name: Install PlatformIO

0 commit comments

Comments
 (0)