From 5278944f3c6b4f3f27a6fe95d3d42d04c2d7e879 Mon Sep 17 00:00:00 2001 From: Alan Lujan Date: Wed, 27 Nov 2024 08:35:56 -0500 Subject: [PATCH] remove pypy --- .github/workflows/ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9fc6adecf..0424c886b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -43,10 +43,6 @@ jobs: python-version: ["3.10", "3.12"] runs-on: [ubuntu-latest, windows-latest, macos-14] - include: - - python-version: "pypy-3.10" - runs-on: ubuntu-latest - steps: - uses: actions/checkout@v4 with: