Skip to content

Commit

Permalink
Pin cryptography version (#974)
Browse files Browse the repository at this point in the history
* bump CI

* pin

* pin more

* no cache

* try again

* pypy3

* try this?

* Only install for pypy

* lower bound

* move to [tox]

* edit Makefile

* Revert unnecessary changes
  • Loading branch information
anniel-stripe authored Jun 2, 2023
1 parent d49a6b0 commit 2c35877
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ venv: $(VENV_NAME)/bin/activate
$(VENV_NAME)/bin/activate: setup.py
$(PIP) install --upgrade pip virtualenv
@test -d $(VENV_NAME) || $(PYTHON) -m virtualenv --clear $(VENV_NAME)
${VENV_NAME}/bin/python -m pip install -U pip tox twine
${VENV_NAME}/bin/python -m pip install -U pip tox twine "cryptography<40"
${VENV_NAME}/bin/python -m pip install -e .
@touch $(VENV_NAME)/bin/activate

Expand Down

0 comments on commit 2c35877

Please sign in to comment.