Skip to content

Commit 653ee14

Browse files
Remove old build matrix exceptions #nolog (#416)
1 parent df3d974 commit 653ee14

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,6 @@ jobs:
2323
matrix:
2424
os: [ubuntu-latest, macos-latest, windows-latest]
2525
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
26-
exclude:
27-
# pypy3 currently fails to run on Windows
28-
- os: windows-latest
29-
python: pypy-3.11
30-
# the loop fails to close in the Mac version of 3.9
31-
- os: macos-latest
32-
python: '3.9'
3326
fail-fast: false
3427
runs-on: ${{ matrix.os }}
3528
steps:

0 commit comments

Comments
 (0)