Skip to content

Commit

Permalink
Bump setuptools range to latest.
Browse files Browse the repository at this point in the history
  • Loading branch information
kwlzn committed Dec 1, 2016
1 parent c5ab73f commit 93323ac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pex/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

__version__ = '1.1.15'

SETUPTOOLS_REQUIREMENT = 'setuptools>=5.7,<20.11'
SETUPTOOLS_REQUIREMENT = 'setuptools>=5.7,<31.0'
WHEEL_REQUIREMENT = 'wheel>=0.26.0,<0.30.0'
2 changes: 1 addition & 1 deletion scripts/coverage.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ coverage run -p -m py.test tests
coverage run -p -m pex.bin.pex -v --help >&/dev/null
coverage run -p -m pex.bin.pex -v -- scripts/do_nothing.py
coverage run -p -m pex.bin.pex -v requests -- scripts/do_nothing.py
coverage run -p -m pex.bin.pex -v . 'setuptools>=5.7,<20.11' -- scripts/do_nothing.py
coverage run -p -m pex.bin.pex -v . 'setuptools>=5.7,<31.0' -- scripts/do_nothing.py

0 comments on commit 93323ac

Please sign in to comment.