diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2942609..d0df989 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,6 +24,9 @@ jobs: matrix: os: [ubuntu-latest, macos-latest, windows-latest] python-version: ["3.8", "3.10", "3.12"] + exclude: + - os: windows-latest + python-verson: "3.10" steps: - uses: actions/checkout@v4