Skip to content

Commit

Permalink
ci: remove py3.11 on win exclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
joanise committed Jan 31, 2024
1 parent cebadd0 commit 4fcb620
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 @@ -9,11 +9,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest]
python-version: ["3.8", "3.9", "3.10", "3.11", "3.12"]
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 4fcb620

Please sign in to comment.