diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0c3589e0..cf9483c3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,6 @@ jobs: matrix: os: [windows-latest, ubuntu-latest, macos-latest] python-version: ['3.10', 3.11, 3.12] - exclude: - - os: windows-latest - python-version: 3.12 steps: - uses: actions/checkout@v4