We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2493b91 commit e765a76Copy full SHA for e765a76
1 file changed
.github/workflows/pre_commit.yml
@@ -52,6 +52,9 @@ jobs:
52
- "3.12"
53
- "3.13"
54
- "3.14"
55
+ exclude:
56
+ - os: "windows-latest"
57
+ python-version: "3.14" # started to fail with "Windows fatal exception: access violation"
58
runs-on: ${{ matrix.os }}
59
steps:
60
- *checkout
0 commit comments