File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 13
13
- name : Set up Python
14
14
uses : actions/setup-python@v5
15
15
with :
16
- python-version : " 3.7 "
16
+ python-version : " 3.9 "
17
17
- name : Build packages
18
18
run : bash foreach.sh build
19
19
- name : Publish packages
Original file line number Diff line number Diff line change 15
15
- name : Set up Python
16
16
uses : actions/setup-python@v5
17
17
with :
18
- python-version : " 3.7 "
18
+ python-version : " 3.9 "
19
19
- name : Install dependencies
20
20
run : |
21
21
bash foreach.sh install
Original file line number Diff line number Diff line change 11
11
- name : Set up Python
12
12
uses : actions/setup-python@v5
13
13
with :
14
- python-version : " 3.7 "
14
+ python-version : " 3.9 "
15
15
- name : Build packages
16
16
run : |
17
17
bash foreach.sh build
Original file line number Diff line number Diff line change 21
21
strategy :
22
22
matrix :
23
23
include :
24
- - python-version : " 3.7 "
24
+ - python-version : " 3.9 "
25
25
arch : " ARM64"
26
26
- python-version : " 3.13"
27
27
arch : " X64"
You can’t perform that action at this time.
0 commit comments