Skip to content

Commit

Permalink
Drop support for 3.7 and 3.8, upgrade dependencies accordingly
Browse files Browse the repository at this point in the history
  • Loading branch information
dargueta committed Jul 6, 2024
1 parent 1f194cc commit 07dc332
Show file tree
Hide file tree
Showing 3 changed files with 290 additions and 463 deletions.
5 changes: 0 additions & 5 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
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"
Loading

0 comments on commit 07dc332

Please sign in to comment.