Skip to content

Commit

Permalink
Exclude Windows on 3.11 as it fails at building lxml 3.9.1.
Browse files Browse the repository at this point in the history
Work is underway for more lxml wheels, see https://bugs.launchpad.net/lxml/+bug/1977998
  • Loading branch information
mauritsvanrees committed Nov 10, 2022
1 parent cce9582 commit a0d0aab
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/run-buildout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
- ubuntu-latest
- windows-latest
- macos-latest
exclude:
# Windows on 3.11 fails at building lxml 3.9.1.
- { os: windows-latest, python-version: ["3.11"] }
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit a0d0aab

Please sign in to comment.