Skip to content

Commit

Permalink
pipenv: downgrade zipp to restore support for python3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
fphammerle committed Jun 18, 2020
1 parent abbb7e0 commit b421f9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
3 changes: 3 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ pylint = "*"
pylint-import-requirements = "*"
pytest = "*"
pytest-cov = "*"
# zipp v2.0.0 dropped support for python3.5
# https://github.com/jaraco/zipp/commit/05a3c52b4d41690e0471a2e283cffb500dc0329a
zipp = "<2"

[requires]
python_version = "3"
9 changes: 5 additions & 4 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b421f9a

Please sign in to comment.