From d8b81965c2a4bca30a1aaab055a01c4af15116cd Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Fri, 26 Apr 2024 11:43:01 -0400 Subject: [PATCH] docs(build): why we were excluding old PyPy on Windows --- .github/workflows/testsuite.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index e11b3d74e..f79e77e3f 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -57,7 +57,8 @@ jobs: exclude: # Windows pypy 3.9 and 3.10 get stuck with PyPy 7.3.15. I hope to # unstick them, but I don't want that to block all other progress, so - # skip them for now. + # skip them for now. These excludes can be removed once GitHub uses + # PyPy 7.3.16 on Windows. https://github.com/pypy/pypy/issues/4876 - os: windows python-version: "pypy-3.9" - os: windows