Skip to content

Commit

Permalink
Force minimum version of PyPy for compatibility problem with cryptogr…
Browse files Browse the repository at this point in the history
…aphy lib
  • Loading branch information
dargueta committed Sep 9, 2023
1 parent 261de40 commit 350f32a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
tox-env: py310
- python-version: "3.11"
tox-env: py311
- python-version: "pypy-3.7"
- python-version: "pypy-3.7-v7.3.11"
tox-env: pypy37
- python-version: "pypy-3.8"
- python-version: "pypy-3.8-v7.3.11"
tox-env: pypy38
- python-version: "pypy-3.9"
- python-version: "pypy-3.9-v7.3.11"
tox-env: pypy39
- python-version: "3.11"
tox-env: mypy
Expand Down

0 comments on commit 350f32a

Please sign in to comment.