summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.github/workflows/testsuite.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml
index 30b83856..e0798963 100644
--- a/.github/workflows/testsuite.yml
+++ b/.github/workflows/testsuite.yml
@@ -51,6 +51,10 @@ jobs:
- "3.11"
- "pypy-3.7"
- "pypy-3.9"
+ exclude:
+ # Windows PyPy-3.9 always gets killed.
+ - os: windows
+ python-version: "pypy-3.9"
fail-fast: false
steps: