Skip to content

Commit 1c4b98b

Browse files
committed
CI: Exclude Py2.7 on Windows due to C compiler issues.
1 parent 2e1e7c3 commit 1c4b98b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -148,6 +148,9 @@ jobs:
148148
include:
149149
- python_version: "3.12-dev"
150150
allowed_failure: true
151+
exclude:
152+
- python_version: "2.7"
153+
os: windows-latest
151154

152155
runs-on: ${{ matrix.os }}
153156
env: { MACOSX_DEPLOYMENT_TARGET: 11.0 }

0 commit comments

Comments
 (0)