summaryrefslogtreecommitdiff
path: root/requirements
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2017-09-21 07:23:30 -0400
committerNed Batchelder <ned@nedbatchelder.com>2017-09-21 07:23:30 -0400
commita9c087b22195480ba783f4145e4ac34a92fbbea2 (patch)
tree85ad5c86f2a6402b8cd17726f2dbce205f72b348 /requirements
parent6bb2dc136841acf6c028eb2e6faadd66b893f824 (diff)
downloadpython-coveragepy-a9c087b22195480ba783f4145e4ac34a92fbbea2.tar.gz
Keep the 2.6-compatible wheel
Diffstat (limited to 'requirements')
-rw-r--r--requirements/wheel.pip3
1 files changed, 2 insertions, 1 deletions
diff --git a/requirements/wheel.pip b/requirements/wheel.pip
index df64cee..6dfe70b 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