Skip to content

Commit

Permalink
Constrain zipp < 2
Browse files Browse the repository at this point in the history
  • Loading branch information
xolox committed Jul 30, 2020
1 parent 45acf55 commit 05716ba
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions constraints.txt
Expand Up @@ -37,3 +37,7 @@ virtualenv < 16.0.0
# wheel 0.30.0 drops Python 2.6 compatibility:
# https://pypi.org/project/wheel
wheel < 0.30.0 ; python_version < '2.7'

# zipp 2 drops Python 2 compatibility:
# https://github.com/jaraco/zipp/issues/50
zipp < 2 ; python_version < '3.0'

0 comments on commit 05716ba

Please sign in to comment.