Skip to content

Commit

Permalink
cryptography doesn't work on pypy3.10?
Browse files Browse the repository at this point in the history
  • Loading branch information
progval committed May 30, 2024
1 parent 61a8a48 commit 22b223c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,12 +34,15 @@ jobs:
with-opt-deps: false
runs-on: ubuntu-22.04
- python-version: "pypy-3.10"
with-opt-deps: true
with-opt-deps: false
runs-on: ubuntu-22.04

- python-version: "3.9"
with-opt-deps: true
runs-on: ubuntu-22.04
- python-version: "pypy-3.10"
with-opt-deps: true
runs-on: ubuntu-22.04

- python-version: "3.8"
with-opt-deps: true
Expand Down

0 comments on commit 22b223c

Please sign in to comment.