From 50db6814fdf4625b715b54a5b23c5037be5a1990 Mon Sep 17 00:00:00 2001 From: "patchback[bot]" <45432694+patchback[bot]@users.noreply.github.com> Date: Sun, 12 Nov 2023 15:28:45 +0000 Subject: [PATCH] [PR #7820/536c80e2 backport][3.9] Bump pypy to 3.9 (#7823) **This is a backport of PR #7820 as merged into master (536c80e259ef0e83c3288ea476d2dee85e758637).** We're getting a lot of segfaults when initialising the tests with Pypy recently. Maybe bumping to a more recent release will help (3.8 is near EOL anyway). Co-authored-by: Sam Bull --- .github/workflows/ci-cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-cd.yml b/.github/workflows/ci-cd.yml index a7c7e1976ec..1a4d1846218 100644 --- a/.github/workflows/ci-cd.yml +++ b/.github/workflows/ci-cd.yml @@ -137,7 +137,7 @@ jobs: - os: windows no-extensions: 'Y' include: - - pyver: pypy-3.8 + - pyver: pypy-3.9 no-extensions: 'Y' os: ubuntu experimental: false