Skip to content

Commit e765a76

Browse files
authored
fix(tests): temporarily remove python 3.14 on windows-latest from accuracy (#513)
1 parent 2493b91 commit e765a76

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pre_commit.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,9 @@ jobs:
5252
- "3.12"
5353
- "3.13"
5454
- "3.14"
55+
exclude:
56+
- os: "windows-latest"
57+
python-version: "3.14" # started to fail with "Windows fatal exception: access violation"
5558
runs-on: ${{ matrix.os }}
5659
steps:
5760
- *checkout

0 commit comments

Comments
 (0)