From 3160c82392900f824deeb875e903f84679c1c64d Mon Sep 17 00:00:00 2001 From: "Ralf W. Grosse-Kunstleve" Date: Mon, 18 May 2026 11:31:19 -0700 Subject: [PATCH] ci: pin Ubuntu PyPy 3.11 to 7.3.21 (#6070) --- .github/workflows/ci.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6556ebdcd..8a4e97154 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,7 +48,8 @@ jobs: python-version: '3.14t' cmake-args: -DCMAKE_CXX_STANDARD=17 -DPYBIND11_TEST_SMART_HOLDER=ON - runs-on: ubuntu-latest - python-version: 'pypy3.11' + # Temporarily pinned pending investigation in issue #6049. + python-version: 'pypy-3.11-v7.3.21' cmake-args: -DCMAKE_CXX_STANDARD=17 - runs-on: ubuntu-latest python-version: 'graalpy-24.2'