File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 12
12
13
13
strategy :
14
14
matrix :
15
- python : [3.8]
15
+ python : [3.8, 3.9 ]
16
16
steps :
17
17
- uses : actions/checkout@v2
18
18
with :
57
57
58
58
strategy :
59
59
matrix :
60
- python : [3.8]
60
+ python : [3.8, 3.9 ]
61
61
env :
62
62
conda-bld : C:\Miniconda\conda-bld\win-64\
63
63
steps :
96
96
97
97
strategy :
98
98
matrix :
99
- python : [3.8]
99
+ python : [3.8, 3.9 ]
100
100
experimental : [false]
101
101
runner : [ubuntu-latest]
102
102
# include:
@@ -160,7 +160,7 @@ jobs:
160
160
161
161
strategy :
162
162
matrix :
163
- python : [3.8]
163
+ python : [3.8, 3.9 ]
164
164
experimental : [false]
165
165
runner : [windows-latest]
166
166
continue-on-error : ${{ matrix.experimental }}
@@ -216,7 +216,7 @@ jobs:
216
216
runs-on : ubuntu-latest
217
217
strategy :
218
218
matrix :
219
- python : [3.8]
219
+ python : [3.8, 3.9 ]
220
220
steps :
221
221
- name : Download artifact
222
222
uses : actions/download-artifact@v2
@@ -241,7 +241,7 @@ jobs:
241
241
runs-on : windows-latest
242
242
strategy :
243
243
matrix :
244
- python : [3.8]
244
+ python : [3.8, 3.9 ]
245
245
steps :
246
246
- name : Download artifact
247
247
uses : actions/download-artifact@v2
You can’t perform that action at this time.
0 commit comments