Skip to content

Commit 2aa5ffb

Browse files
committed
build: skip windows PyPy 3.9 and 3.10 for 7.3.15
1 parent 7716ee4 commit 2aa5ffb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/testsuite.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,14 @@ jobs:
5353
- "pypy-3.8"
5454
- "pypy-3.9"
5555
- "pypy-3.10"
56+
exclude:
57+
# Windows pypy 3.9 and 3.10 get stuck with PyPy 7.3.15. I hope to
58+
# unstick them, but I don't want that to block all other progress, so
59+
# skip them for now.
60+
- os: windows
61+
python-version: "pypy-3.9"
62+
- os: windows
63+
python-version: "pypy-3.10"
5664
fail-fast: false
5765

5866
steps:

0 commit comments

Comments
 (0)