Skip to content

Commit

Permalink
Exclude Python 3.10-dev on Windows for now
Browse files Browse the repository at this point in the history
  • Loading branch information
pdecat committed Sep 30, 2021
1 parent 975230a commit 190a213
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,12 @@ jobs:
matrix:
os: [macos-latest, ubuntu-latest, windows-latest]
python-version: [3.5, 3.6, 3.7, 3.8, 3.9, 3.10-dev]
exclude:
# Python 3.10-dev on Windows is excluded for now as this combination:
# - has no pywin32 wheel available yet, see https://github.com/mhammond/pywin32/issues/1588 and https://pypi.org/project/pywin32/301/#files
# - has no lxml wheel available yet, and building lxml 4.6.3 fails, even with Cython 0.29.24 installed
- os: windows-latest
python-version: 3.10-dev

steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit 190a213

Please sign in to comment.