Skip to content

Commit d5ae210

Browse files
authored
exclude py2.7 for macos and windows
1 parent 98b40e9 commit d5ae210

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -140,6 +140,14 @@ jobs:
140140
tox: asyncio
141141
dependencies: asyncio
142142
exclude:
143+
- python:
144+
major: 2
145+
os:
146+
python_platform: darwin
147+
- python:
148+
major: 2
149+
os:
150+
python_platform: win32
143151
- python:
144152
major: 2
145153
reactor:

0 commit comments

Comments
 (0)