diff --git a/.github/workflows/pre_commit.yml b/.github/workflows/pre_commit.yml index 0c22ff32..1eb677a7 100644 --- a/.github/workflows/pre_commit.yml +++ b/.github/workflows/pre_commit.yml @@ -52,6 +52,9 @@ jobs: - "3.12" - "3.13" - "3.14" + exclude: + - os: "windows-latest" + python-version: "3.14" # started to fail with "Windows fatal exception: access violation" runs-on: ${{ matrix.os }} steps: - *checkout