From d196e519ef436f48988ba5ff9e15ed15d311798a Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Mon, 20 Mar 2023 14:04:22 -0400 Subject: [PATCH] Remove the GitHub Actions Ubuntu/PyPy jobs --- .github/workflows/ci.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bcc17e9eb..de15bb1a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,11 +57,6 @@ jobs: python-version: "3.9" - os: macos-latest python-version: "3.11" - # We only support PyPy on Linux at the moment. - - os: ubuntu-latest - python-version: "pypy-3.8" - - os: ubuntu-latest - python-version: "pypy-3.9" steps: # See https://github.com/actions/checkout. A fetch-depth of 0