diff --git a/.github/workflows/matrix-tests.yml b/.github/workflows/matrix-tests.yml index e386410f..7e7160ec 100644 --- a/.github/workflows/matrix-tests.yml +++ b/.github/workflows/matrix-tests.yml @@ -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