File tree Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Expand file tree Collapse file tree 1 file changed +5
-16
lines changed Original file line number Diff line number Diff line change 19
19
fail-fast : false
20
20
matrix :
21
21
name : [
22
- " windows-py36" ,
23
22
" windows-py310" ,
24
23
" windows-pypy3" ,
25
24
26
- " ubuntu-py36" ,
27
25
" ubuntu-py37-pytestmain" ,
28
26
" ubuntu-py37" ,
29
27
" ubuntu-py38" ,
@@ -37,23 +35,14 @@ jobs:
37
35
]
38
36
39
37
include :
40
- - name : " windows-py36"
41
- python : " 3.6"
42
- os : windows-latest
43
- tox_env : " py36"
44
38
- name : " windows-py310"
45
39
python : " 3.10"
46
40
os : windows-latest
47
41
tox_env : " py310"
48
42
- name : " windows-pypy3"
49
- python : " pypy3"
43
+ python : " pypy3.7 "
50
44
os : windows-latest
51
- tox_env : " pypy3"
52
- - name : " ubuntu-py36"
53
- python : " 3.6"
54
- os : ubuntu-latest
55
- tox_env : " py36"
56
- use_coverage : true
45
+ tox_env : " py37"
57
46
- name : " ubuntu-py37-pytestmain"
58
47
python : " 3.7"
59
48
os : ubuntu-latest
80
69
tox_env : " py310"
81
70
use_coverage : true
82
71
- name : " ubuntu-pypy3"
83
- python : " pypy3"
72
+ python : " pypy3.7 "
84
73
os : ubuntu-latest
85
74
tox_env : " pypy3"
86
75
use_coverage : true
103
92
fetch-depth : 0
104
93
105
94
- name : Set up Python ${{ matrix.python }}
106
- uses : actions/setup-python@v2
95
+ uses : actions/setup-python@v4
107
96
with :
108
97
python-version : ${{ matrix.python }}
109
98
@@ -135,7 +124,7 @@ jobs:
135
124
with :
136
125
fetch-depth : 0
137
126
138
- - uses : actions/setup-python@v2
127
+ - uses : actions/setup-python@v4
139
128
with :
140
129
python-version : " 3.8"
141
130
You can’t perform that action at this time.
0 commit comments