From 00ddb098e520a98b666433039e2a030e9afa3239 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Fri, 21 Apr 2023 17:43:39 -0700 Subject: [PATCH] CI: Remove testing on PyPy 3.6 and 3.7 (#868) --- .github/workflows/tests.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a275ed48..cb3280f6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -65,10 +65,6 @@ jobs: python-version: "3.11" # Test more available versions of PyPy on Linux. - - os: "ubuntu-latest" - python-version: "pypy3.6" - - os: "ubuntu-latest" - python-version: "pypy3.7" - os: "ubuntu-latest" python-version: "pypy3.8" - os: "ubuntu-latest"