File tree Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Expand file tree Collapse file tree 1 file changed +21
-8
lines changed Original file line number Diff line number Diff line change @@ -88,48 +88,56 @@ jobs:
88
88
python :
89
89
- name : CPython 2.7
90
90
tox : py27
91
+ major-dot-minor : 2.7
91
92
action : 2.7
92
93
docker : 2.7
93
94
implementation : cpython
94
95
major : 2
95
96
- name : CPython 3.6
96
97
tox : py36
98
+ major-dot-minor : 3.6
97
99
action : 3.6
98
100
docker : 3.6
99
101
implementation : cpython
100
102
major : 3
101
103
- name : CPython 3.7
102
104
tox : py37
105
+ major-dot-minor : 3.7
103
106
action : 3.7
104
107
docker : 3.7
105
108
implementation : cpython
106
109
major : 3
107
110
- name : CPython 3.8
108
111
tox : py38
112
+ major-dot-minor : 3.8
109
113
action : 3.8
110
114
docker : 3.8
111
115
implementation : cpython
112
116
major : 3
113
117
- name : CPython 3.9
114
118
tox : py39
119
+ major-dot-minor : 3.9
115
120
action : 3.9
116
121
docker : 3.9
117
122
implementation : cpython
118
123
major : 3
119
124
- name : CPython 3.10
120
125
tox : py310
126
+ major-dot-minor : " 3.10"
121
127
action : " 3.10"
122
128
docker : " 3.10"
123
129
implementation : cpython
124
130
major : 3
125
131
- name : CPython 3.11
126
132
tox : py311
133
+ major-dot-minor : " 3.11"
127
134
action : " 3.11"
128
135
docker : " 3.11"
129
136
implementation : cpython
130
137
major : 3
131
138
- name : CPython 3.12
132
139
tox : py312
140
+ major-dot-minor : " 3.12"
133
141
action : " 3.12"
134
142
docker : " 3.12"
135
143
implementation : cpython
@@ -144,24 +152,28 @@ jobs:
144
152
# major: 2
145
153
- name : PyPy 3.7
146
154
tox : pypy37
155
+ major-dot-minor : 3.7
147
156
action : pypy-3.7
148
157
docker : pypy3.7
149
158
implementation : pypy
150
159
major : 3
151
160
- name : PyPy 3.8
152
161
tox : pypy38
162
+ major-dot-minor : 3.8
153
163
action : pypy-3.8
154
164
docker : pypy3.8
155
165
implementation : pypy
156
166
major : 3
157
167
- name : PyPy 3.9
158
168
tox : pypy39
169
+ major-dot-minor : 3.9
159
170
action : pypy-3.9
160
171
docker : pypy3.9
161
172
implementation : pypy
162
173
major : 3
163
174
- name : PyPy 3.10
164
175
tox : pypy310
176
+ major-dot-minor : " 3.10"
165
177
action : pypy-3.10
166
178
docker : pypy3.10
167
179
implementation : pypy
@@ -206,11 +218,11 @@ jobs:
206
218
reactor :
207
219
tox : pyside2
208
220
- python :
209
- action : " 3.11"
221
+ major-dot-minor : " 3.11"
210
222
reactor :
211
223
tox : pyside2
212
224
- python :
213
- action : " 3.12"
225
+ major-dot-minor : " 3.12"
214
226
reactor :
215
227
tox : pyside2
216
228
- python :
@@ -236,18 +248,19 @@ jobs:
236
248
- os :
237
249
matrix : macos
238
250
python :
239
- action : " 3.7"
251
+ major-dot-minor : " 3.6"
252
+ arch :
253
+ matrix : arm
254
+ - os :
255
+ matrix : macos
256
+ python :
257
+ major-dot-minor : " 3.7"
240
258
arch :
241
259
matrix : arm
242
260
- arch :
243
261
matrix : arm
244
262
reactor :
245
263
tox : pyside2
246
- - python :
247
- action : " 3.7"
248
- implementation : pypy
249
- arch :
250
- matrix : arm
251
264
steps :
252
265
- uses : actions/checkout@v4
253
266
- name : Enable Problem Matchers
You can’t perform that action at this time.
0 commit comments