File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [macOS]
15
- python-version : [3.7, 3. 8]
15
+ python-version : [3.8]
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 11
11
runs-on : ubuntu-latest
12
12
strategy :
13
13
matrix :
14
- python-version : [3.7, 3. 8]
14
+ python-version : [3.8]
15
15
steps :
16
16
- uses : actions/checkout@v2
17
17
- name : Set up Python ${{ matrix.python-version }}
Original file line number Diff line number Diff line change 12
12
strategy :
13
13
matrix :
14
14
os : [windows]
15
- python-version : [3.7, 3. 8]
15
+ python-version : [3.8]
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments