From 7742be02d9d1231c7b541c44a32c4f0921c6f7f9 Mon Sep 17 00:00:00 2001 From: Henry Schreiner Date: Fri, 25 Mar 2022 14:54:43 -0400 Subject: [PATCH] Revert "ci: test pypy 3.9" (#3828) * Revert "ci: test pypy 3.9 (#3789)" This reverts commit 461937d3e545136f48adc08c8cb80dff4c5994cf. * Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 78f39b0c..b2fc52bf 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -47,7 +47,7 @@ jobs: -DPYBIND11_FINDPYTHON=ON -DCMAKE_CXX_FLAGS="-D_=1" - runs-on: ubuntu-latest - python: 'pypy-3.9' + python: 'pypy-3.8' args: > -DPYBIND11_FINDPYTHON=ON - runs-on: windows-2019