Skip to content

Commit 7db091e

Browse files
committed
do not test with pypy on windows
Signed-off-by: Andreas Lauser <[email protected]>
1 parent ccd2b29 commit 7db091e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
matrix:
3434
os: [ "ubuntu-latest", "windows-latest", "macos-latest" ]
3535
python-version: ["3.9", "3.13", "pypy-3.10"]
36+
exclude:
37+
- os: windows
38+
python-version: pypy-3.10
3639
fail-fast: false
3740
steps:
3841
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)