Skip to content

Commit 069e198

Browse files
committed
Exclude Py2.7/3.5 from Windows builds since they require an older C compiler.
1 parent 1e5a810 commit 069e198

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/ci.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,13 @@ jobs:
7777
- "3.11"
7878
# - "3.12-dev"
7979

80+
exclude:
81+
# fails due to lack of a compatible compiler
82+
- os: windows-latest
83+
python-version: 2.7
84+
- os: windows-latest
85+
python-version: 3.5
86+
8087
runs-on: ${{ matrix.os }}
8188

8289
steps:

0 commit comments

Comments
 (0)