diff --git a/pex/version.py b/pex/version.py index a6493f470..c77e47d4c 100644 --- a/pex/version.py +++ b/pex/version.py @@ -7,4 +7,4 @@ # for pex code so we exclude that range. SETUPTOOLS_REQUIREMENT = 'setuptools>=20.3,<41,!=34.*,!=35.*' -WHEEL_REQUIREMENT = 'wheel>=0.26.0,<0.32' +WHEEL_REQUIREMENT = 'wheel>=0.26.0,<0.33'