File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -11,19 +11,19 @@ jobs:
11
11
matrix :
12
12
# os: [windows-2019, macos-10.15, ubuntu-18.04, ubuntu-20.04]
13
13
os : [windows-2019, ubuntu-18.04, ubuntu-20.04]
14
- python-version : [3.7.6, 3.8.11 ]
14
+ python-version : [3.8 ]
15
15
exclude :
16
- - os : ubuntu-20.04
17
- python-version : 3.7.6
18
- - os : ubuntu-20.04
19
- python-version : 3.8.11
20
- - os : windows-2019
21
- python-version : 3.7.6
16
+ # - os: ubuntu-20.04
17
+ # python-version: 3.7
18
+ # - os: ubuntu-20.04
19
+ # python-version: 3.7
20
+ # - os: windows-2019
21
+ # python-version: 3.7
22
22
# - os: macos-10.15
23
- # python-version: 3.7.6
23
+ # python-version: 3.8
24
24
include :
25
25
- os : ubuntu-20.04
26
- python-version : 3.8.11
26
+ python-version : 3.8
27
27
container : Docker
28
28
29
29
steps :
You can’t perform that action at this time.
0 commit comments