Skip to content

Commit 0f35cb9

Browse files
authored
Update ci.yml
1 parent c4fb14b commit 0f35cb9

File tree

1 file changed

+12
-7
lines changed

1 file changed

+12
-7
lines changed

.github/workflows/ci.yml

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -50,46 +50,55 @@ jobs:
5050
action: 2.7
5151
docker: 2.7
5252
implementation: cpython
53+
major: 2
5354
- name: CPython 3.5
5455
tox: py35
5556
action: 3.5
5657
docker: 3.5
5758
implementation: cpython
59+
major: 3
5860
- name: CPython 3.6
5961
tox: py36
6062
action: 3.6
6163
docker: 3.6
6264
implementation: cpython
65+
major: 3
6366
- name: CPython 3.7
6467
tox: py37
6568
action: 3.7
6669
docker: 3.7
6770
implementation: cpython
71+
major: 3
6872
- name: CPython 3.8
6973
tox: py38
7074
action: 3.8
7175
docker: 3.8
7276
implementation: cpython
77+
major: 3
7378
- name: CPython 3.9
7479
tox: py39
7580
action: 3.9
7681
docker: 3.9
7782
implementation: cpython
83+
major: 3
7884
- name: PyPy 2.7
7985
tox: pypy27
8086
action: pypy-2.7
8187
docker: pypy2.7
8288
implementation: pypy
89+
major: 2
8390
- name: PyPy 3.6
8491
tox: pypy36
8592
action: pypy-3.6
8693
docker: pypy3.6
8794
implementation: pypy
95+
major: 3
8896
- name: PyPy 3.7
8997
tox: pypy37
9098
action: pypy-3.7
9199
docker: pypy3.7
92100
implementation: pypy
101+
major: 3
93102
reactor:
94103
- name: default
95104
tox: default
@@ -105,19 +114,15 @@ jobs:
105114
dependencies: asyncio
106115
exclude:
107116
- python:
108-
tox: py27
117+
major: 2
109118
reactor:
110119
tox: pyqt5
111120
- python:
112-
tox: py27
121+
major: 2
113122
reactor:
114123
tox: pyside2
115124
- python:
116-
tox: py27
117-
reactor:
118-
tox: asyncio
119-
- python:
120-
tox: pypy2
125+
major: 2
121126
reactor:
122127
tox: asyncio
123128
- python:

0 commit comments

Comments
 (0)