diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-02-28 21:45:23 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-03-01 09:14:26 -0500 |
| commit | a7c7e180e77b6fd7b7ac8a2935f1d8639cc68944 (patch) | |
| tree | e3e42fc1b72eb15e5438ebd1e11cedc0580d44e6 /requirements | |
| parent | f06b950c318bcd9cf8bc8ec3a03fb4d0d518b8d9 (diff) | |
| download | python-coveragepy-git-a7c7e180e77b6fd7b7ac8a2935f1d8639cc68944.tar.gz | |
build: build 3.10 wheels
Diffstat (limited to 'requirements')
| -rw-r--r-- | requirements/pins.pip | 3 | ||||
| -rw-r--r-- | requirements/wheel.pip | 1 |
2 files changed, 3 insertions, 1 deletions
diff --git a/requirements/pins.pip b/requirements/pins.pip index 04721c8b..a6983bb0 100644 --- a/requirements/pins.pip +++ b/requirements/pins.pip @@ -3,9 +3,10 @@ # Version pins, for use as a constraints file. +auditwheel==3.3.1 cibuildwheel==1.7.0 tox-gh-actions==2.2.0 # setuptools 45.x is py3-only setuptools==44.1.1 -wheel==0.35.1 +wheel==0.36.2 diff --git a/requirements/wheel.pip b/requirements/wheel.pip index f294ab3b..1223cddd 100644 --- a/requirements/wheel.pip +++ b/requirements/wheel.pip @@ -5,5 +5,6 @@ # Things needed to make wheels for coverage.py +auditwheel setuptools wheel |
