From 43e21c8d71aa3348bc932cdf1dc2f3d9fd548ec1 Mon Sep 17 00:00:00 2001 From: Zsolt Dollenstein Date: Sat, 26 Aug 2023 12:23:13 +0100 Subject: [PATCH] ci: enable testing on windows + 3.11 (#998) --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aad99e79..4d9ba0be 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,10 +15,6 @@ jobs: matrix: os: [macos-latest, ubuntu-latest, windows-latest] python-version: ["3.7", "3.8", "3.9", "3.10", "3.11"] - exclude: - # skip these builds until https://bugs.launchpad.net/lxml/+bug/1977998 is resolved - - os: windows-latest - python-version: "3.11" steps: - uses: actions/checkout@v3 with: