Skip to content

Commit

Permalink
Pin cryptography for PyPy 3.7
Browse files Browse the repository at this point in the history
  • Loading branch information
dargueta committed Sep 16, 2023
1 parent 8f4e091 commit 483d4b9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Sphinx>=4.0
tox>=4.0
poetry>=1.1.13

# This is an indirect dependency for `poetry` on PyPy3 <7.3.10 . PyPy dropped
# releasting 3.7 at version 7.3.9, meaning this will never work. We can remove
# this constraint once we drop support for Python 3.7.
cryptography<40.0.0 ; platform.python_implementation=="PyPy" and python_version<"3.8"

0 comments on commit 483d4b9

Please sign in to comment.