diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-01 12:42:37 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-05-01 12:42:37 -0400 |
| commit | 3fe17c1f2244c07cf9d0f9e3609392c2ad441db1 (patch) | |
| tree | 3328083c1e92cc4835d74fc795d964c0ac0e7488 /.github/workflows/kit.yml | |
| parent | 27d8255458cc28dcf1b6358a5a735d1653cba35e (diff) | |
| download | python-coveragepy-git-3fe17c1f2244c07cf9d0f9e3609392c2ad441db1.tar.gz | |
build: don't run CI on 2.7, pypy2, or 3.5
Diffstat (limited to '.github/workflows/kit.yml')
| -rw-r--r-- | .github/workflows/kit.yml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index c93812d1..d8baaaee 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -42,11 +42,6 @@ jobs: run: | python -m pip install -c requirements/pins.pip cibuildwheel - - name: "Install Visual C++ for Python 2.7" - if: runner.os == 'Windows' - run: | - choco install vcpython27 -f -y - - name: "Build wheels" env: # Don't build wheels for PyPy. |
