Skip to content

Commit 8fcbd80

Browse files
Remove old build matrix exceptions #nolog (#1510)
1 parent 1f4cd3b commit 8fcbd80

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/tests.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,6 @@ jobs:
1717
matrix:
1818
os: [windows-latest, macos-latest, ubuntu-latest]
1919
python: ['3.8', '3.9', '3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.11']
20-
exclude:
21-
# pypy3 currently fails to run on Windows
22-
- os: windows-latest
23-
python: pypy-3.11
2420
fail-fast: false
2521
runs-on: ${{ matrix.os }}
2622
steps:

0 commit comments

Comments
 (0)