From b0fb1fc79160b787df655532d99d03cd50610b67 Mon Sep 17 00:00:00 2001 From: John Sirois Date: Thu, 4 Oct 2018 13:57:01 -0400 Subject: [PATCH] Bump our wheel ceiling from 0.32 to 0.33. Wheel has released 0.32.0 and 0.32.1 with no breaking changes for pex purposes but some bug fixes our users may want. --- pex/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'