This repository was archived by the owner on Sep 22, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 8
8
runs-on : ubuntu-latest
9
9
strategy :
10
10
matrix :
11
- python-version : [3.7, 3.8]
11
+ python-version : [3.7, 3.8, 3.9 ]
12
12
steps :
13
13
- uses : actions/checkout@v2
14
14
- name : Set up Python ${{ matrix.python-version }}
40
40
runs-on : ubuntu-latest
41
41
strategy :
42
42
matrix :
43
- python-version : [3.8 ]
43
+ python-version : [3.9 ]
44
44
steps :
45
45
- uses : actions/checkout@v2
46
46
- name : Set up Python ${{ matrix.python-version }}
73
73
strategy :
74
74
matrix :
75
75
os : [ubuntu-latest, macos-latest, windows-latest]
76
- python-version : [3.7, 3.8]
76
+ python-version : [3.7, 3.8, 3.9 ]
77
77
steps :
78
78
- uses : actions/checkout@v2
79
79
- name : Set up Python ${{ matrix.python-version }}
@@ -115,10 +115,10 @@ jobs:
115
115
runs-on : ubuntu-latest
116
116
steps :
117
117
- uses : actions/checkout@v2
118
- - name : Set up Python 3.8
118
+ - name : Set up Python 3.9
119
119
uses : actions/setup-python@v2
120
120
with :
121
- python-version : 3.8
121
+ python-version : 3.9
122
122
- name : Cache pip packages
123
123
uses : actions/cache@v2
124
124
with :
Original file line number Diff line number Diff line change 9
9
- uses : actions/checkout@v2
10
10
with :
11
11
fetch-depth : 0
12
- - name : Set up Python 3.8
12
+ - name : Set up Python 3.9
13
13
uses : actions/setup-python@v2
14
14
with :
15
- python-version : 3.8
15
+ python-version : 3.9
16
16
- name : Cache pip packages
17
17
uses : actions/cache@v2
18
18
with :
You can’t perform that action at this time.
0 commit comments