diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2017-09-21 07:23:30 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2017-09-21 07:23:30 -0400 |
commit | 24265a13b70625b0d7eb534f5ab6ebeed9a08b3b (patch) | |
tree | ea59abf0ecf1601e37ba5fbec61ab218527ac027 | |
parent | 66ba25bb39a5961809b6fa8eedcbe59585437ea4 (diff) | |
download | python-coveragepy-git-24265a13b70625b0d7eb534f5ab6ebeed9a08b3b.tar.gz |
Keep the 2.6-compatible wheel
-rw-r--r-- | requirements/wheel.pip | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements/wheel.pip b/requirements/wheel.pip index df64cee4..6dfe70b2 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -1,3 +1,4 @@ # Things needed to make wheels for coverage.py setuptools==35.0.2 -wheel==0.30.0 +# We need to stick with 0.29.0 until we drop 2.6 and 3.3 +wheel==0.29.0 |