From e7ecc00e2f6f523cb83ddf11f8ca539b1279b4ba Mon Sep 17 00:00:00 2001 From: Samuel Colvin Date: Wed, 7 Aug 2024 12:14:21 +0100 Subject: [PATCH] drop PyPy 3.8 (#293) --- .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 fc97f62..038c9ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -226,7 +226,7 @@ jobs: with: target: ${{ matrix.target }} manylinux: ${{ matrix.manylinux || 'auto' }} - args: --release --out dist --interpreter pypy3.8 pypy3.9 pypy3.10 + args: --release --out dist --interpreter pypy3.9 pypy3.10 - run: ${{ matrix.ls || 'ls -lh' }} dist/