Skip to content

Commit

Permalink
Exclude Py2.7/3.5 from Windows builds since they require an older C c…
Browse files Browse the repository at this point in the history
…ompiler.
  • Loading branch information
scoder committed Nov 2, 2022
1 parent 1e5a810 commit 069e198
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,13 @@ jobs:
- "3.11"
# - "3.12-dev"

exclude:
# fails due to lack of a compatible compiler
- os: windows-latest
python-version: 2.7
- os: windows-latest
python-version: 3.5

runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 069e198

Please sign in to comment.