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:
8888 python :
8989 - name : CPython 2.7
9090 tox : py27
91+ major-dot-minor : 2.7
9192 action : 2.7
9293 docker : 2.7
9394 implementation : cpython
9495 major : 2
9596 - name : CPython 3.6
9697 tox : py36
98+ major-dot-minor : 3.6
9799 action : 3.6
98100 docker : 3.6
99101 implementation : cpython
100102 major : 3
101103 - name : CPython 3.7
102104 tox : py37
105+ major-dot-minor : 3.7
103106 action : 3.7
104107 docker : 3.7
105108 implementation : cpython
106109 major : 3
107110 - name : CPython 3.8
108111 tox : py38
112+ major-dot-minor : 3.8
109113 action : 3.8
110114 docker : 3.8
111115 implementation : cpython
112116 major : 3
113117 - name : CPython 3.9
114118 tox : py39
119+ major-dot-minor : 3.9
115120 action : 3.9
116121 docker : 3.9
117122 implementation : cpython
118123 major : 3
119124 - name : CPython 3.10
120125 tox : py310
126+ major-dot-minor : " 3.10"
121127 action : " 3.10"
122128 docker : " 3.10"
123129 implementation : cpython
124130 major : 3
125131 - name : CPython 3.11
126132 tox : py311
133+ major-dot-minor : " 3.11"
127134 action : " 3.11"
128135 docker : " 3.11"
129136 implementation : cpython
130137 major : 3
131138 - name : CPython 3.12
132139 tox : py312
140+ major-dot-minor : " 3.12"
133141 action : " 3.12"
134142 docker : " 3.12"
135143 implementation : cpython
@@ -144,24 +152,28 @@ jobs:
144152# major: 2
145153 - name : PyPy 3.7
146154 tox : pypy37
155+ major-dot-minor : 3.7
147156 action : pypy-3.7
148157 docker : pypy3.7
149158 implementation : pypy
150159 major : 3
151160 - name : PyPy 3.8
152161 tox : pypy38
162+ major-dot-minor : 3.8
153163 action : pypy-3.8
154164 docker : pypy3.8
155165 implementation : pypy
156166 major : 3
157167 - name : PyPy 3.9
158168 tox : pypy39
169+ major-dot-minor : 3.9
159170 action : pypy-3.9
160171 docker : pypy3.9
161172 implementation : pypy
162173 major : 3
163174 - name : PyPy 3.10
164175 tox : pypy310
176+ major-dot-minor : " 3.10"
165177 action : pypy-3.10
166178 docker : pypy3.10
167179 implementation : pypy
@@ -206,11 +218,11 @@ jobs:
206218 reactor :
207219 tox : pyside2
208220 - python :
209- action : " 3.11"
221+ major-dot-minor : " 3.11"
210222 reactor :
211223 tox : pyside2
212224 - python :
213- action : " 3.12"
225+ major-dot-minor : " 3.12"
214226 reactor :
215227 tox : pyside2
216228 - python :
@@ -236,18 +248,19 @@ jobs:
236248 - os :
237249 matrix : macos
238250 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"
240258 arch :
241259 matrix : arm
242260 - arch :
243261 matrix : arm
244262 reactor :
245263 tox : pyside2
246- - python :
247- action : " 3.7"
248- implementation : pypy
249- arch :
250- matrix : arm
251264 steps :
252265 - uses : actions/checkout@v4
253266 - name : Enable Problem Matchers
You can’t perform that action at this time.
0 commit comments