From 295798ac0ed85c4edae67c8fa9b21acff01ff6ad Mon Sep 17 00:00:00 2001 From: Valentin Lorentz Date: Fri, 24 Mar 2023 20:48:57 +0100 Subject: [PATCH] Stop testing pypy3.7 with optional dependencies one of the dependencies stopped supporting it (probably 'cryptography' as it's the only one not in pure-Python) --- .github/workflows/test.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c3f661534..732a2cfaa 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -46,9 +46,6 @@ jobs: - python-version: "3.7" with-opt-deps: false runs-on: ubuntu-22.04 - - python-version: "pypy-3.7" - with-opt-deps: true - runs-on: ubuntu-22.04 - python-version: "pypy-3.7" with-opt-deps: false runs-on: ubuntu-22.04