mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-29 22:29:24 +01:00
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:
parent
add9306d30
commit
295798ac0e
3
.github/workflows/test.yml
vendored
3
.github/workflows/test.yml
vendored
@ -46,9 +46,6 @@ jobs:
|
|||||||
- python-version: "3.7"
|
- python-version: "3.7"
|
||||||
with-opt-deps: false
|
with-opt-deps: false
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
- python-version: "pypy-3.7"
|
|
||||||
with-opt-deps: true
|
|
||||||
runs-on: ubuntu-22.04
|
|
||||||
- python-version: "pypy-3.7"
|
- python-version: "pypy-3.7"
|
||||||
with-opt-deps: false
|
with-opt-deps: false
|
||||||
runs-on: ubuntu-22.04
|
runs-on: ubuntu-22.04
|
||||||
|
Loading…
Reference in New Issue
Block a user