File tree 3 files changed +6
-6
lines changed
3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -18,10 +18,10 @@ jobs:
18
18
awk -F '\/' '{ print tolower($2) }' |
19
19
tr '_' '-'
20
20
)" >> $GITHUB_OUTPUT
21
- - name : Set up Python 3.10
21
+ - name : Set up Python 3.12
22
22
uses : actions/setup-python@v4
23
23
with :
24
- python-version : " 3.10 "
24
+ python-version : " 3.12 "
25
25
- name : Versions
26
26
run : |
27
27
python3 --version
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
22
22
23
23
- name : checkout submodules
24
24
run : git submodule update --init --jobs 16 --depth 1
25
- - name : Set up Python 3.10
25
+ - name : Set up Python 3.12
26
26
uses : actions/setup-python@v4
27
27
with :
28
- python-version : " 3.10 "
28
+ python-version : " 3.12 "
29
29
30
30
- name : Checkout screenshot maker
31
31
run : git clone --depth=1 https://github.com/circuitpython/CircuitPython_Library_Screenshot_Maker
Original file line number Diff line number Diff line change @@ -21,10 +21,10 @@ jobs:
21
21
awk -F '\/' '{ print tolower($2) }' |
22
22
tr '_' '-'
23
23
)" >> $GITHUB_OUTPUT
24
- - name : Set up Python 3.10
24
+ - name : Set up Python 3.12
25
25
uses : actions/setup-python@v4
26
26
with :
27
- python-version : " 3.10 "
27
+ python-version : " 3.12 "
28
28
- name : Versions
29
29
run : |
30
30
python3 --version
You can’t perform that action at this time.
0 commit comments