From 869c166db2990ee5a5741e6f122b70d52db3aa0b Mon Sep 17 00:00:00 2001 From: Florian Sesser Date: Tue, 19 Nov 2024 23:05:00 +0000 Subject: [PATCH] GitHub Actions: Don't run the Pypy 3.8 job anymore. Fixes ticket: 4130. --- .github/workflows/ci.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 845d49e63..2e5cfd589 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -48,8 +48,6 @@ jobs: - os: macos-12 python-version: "3.12" # 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" - os: ubuntu-latest