From c1ceb862562ae6de4afed7872a47dd21ec3348b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Saugat=20Pachhai=20=28=E0=A4=B8=E0=A5=8C=E0=A4=97=E0=A4=BE?= =?UTF-8?q?=E0=A4=A4=29?= Date: Fri, 5 Dec 2025 16:50:23 +0545 Subject: [PATCH] drop PyPy from CI matrix --- .github/workflows/tests.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4de952e..692ba39 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -22,8 +22,6 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] pyv: ['3.9', '3.10', '3.11', '3.12', '3.13', '3.14'] - include: - - {os: ubuntu-latest, pyv: 'pypy3.9'} steps: - name: Check out the repository