From 681e06e3201e2a362ea0cba594c6419c0a036b10 Mon Sep 17 00:00:00 2001 From: Tres Seaver Date: Thu, 16 May 2024 13:31:11 -0400 Subject: [PATCH] ci: drop 'pypy-3.9' for now --- .github/workflows/main.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 304baa0..c44e5a6 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -17,7 +17,6 @@ jobs: - "3.10" - "3.11" - "3.12" - - "pypy-3.9" os: - "ubuntu-20.04" - "macos-latest" @@ -35,12 +34,9 @@ jobs: py: "3.10" include: - # Only run coverage on ubuntu-20.04, except on pypy3 + # Only run coverage on ubuntu-20.04 - os: "ubuntu-20.04" pytest-args: "--cov" - - os: "ubuntu-20.04" - py: "pypy-3.9" - pytest-args: "" name: "Python: ${{ matrix.py }}-${{ matrix.architecture }} on ${{ matrix.os }}"