File tree Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Expand file tree Collapse file tree 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change @@ -16,16 +16,32 @@ jobs:
16
16
strategy :
17
17
matrix :
18
18
name : [
19
+ " ubuntu-py27" ,
19
20
" ubuntu-py37" ,
21
+ " ubuntu-py38" ,
20
22
" ubuntu-py39" ,
23
+ " ubuntu-py310" ,
24
+ " ubuntu-py311" ,
21
25
]
22
26
include :
27
+ - name : " ubuntu-py27"
28
+ os : ubuntu-latest
29
+ python-version : 2.7
23
30
- name : " ubuntu-py37"
24
31
os : ubuntu-latest
25
32
python-version : 3.7
33
+ - name : " ubuntu-py38"
34
+ os : ubuntu-latest
35
+ python-version : 3.8
26
36
- name : " ubuntu-py39"
27
37
os : ubuntu-latest
28
38
python-version : 3.9
39
+ - name : " ubuntu-py310"
40
+ os : ubuntu-latest
41
+ python-version : 3.10
42
+ - name : " ubuntu-py311"
43
+ os : ubuntu-latest
44
+ python-version : 3.11
29
45
steps :
30
46
- uses : actions/checkout@v3
31
47
- name : Set up Python ${{ matrix.python-version }}
You can’t perform that action at this time.
0 commit comments