Skip to content

Commit

Permalink
ci: Python 3.11 on win now works, re-enable it in the matrix
Browse files Browse the repository at this point in the history
With lxml==4.9.4, installing in Windows with Python 3.11 is possible
again.
  • Loading branch information
joanise committed Jan 31, 2024
1 parent ddbfaee commit 9132b26
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/matrix-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11"]
exclude:
# We're not compatible with Python 3.11 on Windows yet.
# We get a compilation error about libxml2 when building lxml.
- os: windows-latest
python-version: "3.11"
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 9132b26

Please sign in to comment.