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)
This commit is contained in:
Valentin Lorentz 2023-03-24 20:48:57 +01:00
parent add9306d30
commit 295798ac0e
1 changed files with 0 additions and 3 deletions

View File

@ -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