Skip to content

Commit

Permalink
Install cffi from source
Browse files Browse the repository at this point in the history
  • Loading branch information
sethmlarson committed May 5, 2024
1 parent 2f256cb commit 59b5927
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dev-requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ urllib3
requests
flaky
httpx
trustme

# Requires 'cryptography' which doesn't yet support Python 3.13
trustme; python_version < "3.13"
# Temporary stop-gap until cffi supports 3.13
cffi @ https://github.com/python-cffi/cffi/archive/refs/heads/main.zip; python_version > "3.12"

0 comments on commit 59b5927

Please sign in to comment.