We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75b22f0 commit 498b8c9Copy full SHA for 498b8c9
.github/workflows/coverage.yml
@@ -55,12 +55,16 @@ jobs:
55
- "pypy-3.9"
56
- "pypy-3.10"
57
exclude:
58
- # Mac PyPy always takes the longest, and doesn't add anything.
+ # Mac PyPy always takes the longest, and doesn't add anything. Skip
59
+ # 3.8, but use 3.9/3.10 while Windows is still borked.
60
- os: macos
61
python-version: "pypy-3.8"
- - os: macos
62
+ # Windows pypy 3.9 and 3.10 get stuck with PyPy 7.3.15. I hope to
63
+ # unstick them, but I don't want that to block all other progress, so
64
+ # skip them for now.
65
+ - os: windows
66
python-version: "pypy-3.9"
67
68
python-version: "pypy-3.10"
69
# If one job fails, stop the whole thing.
70
fail-fast: true
0 commit comments