From 496fd2ba7a174c0229faffc7e152b7d247951c42 Mon Sep 17 00:00:00 2001 From: "John T. Wodder II" Date: Mon, 20 May 2024 14:55:45 -0400 Subject: [PATCH] Temporary pin PyPy versions used in CI --- .github/workflows/test.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 036593a..e524e31 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -35,8 +35,11 @@ jobs: - '3.11' - '3.12' - 'pypy-3.8' - - 'pypy-3.9' - - 'pypy-3.10' + # Avoid PyPy 7.3.16, as the tests currently fail on it due to a bug + # in it and/or tox: , + # + - 'pypy-3.9-v7.3.15' + - 'pypy-3.10-v7.3.15' toxenv: [py] exclude: # No older Pythons on arm64 macos-latest