diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-12-31 09:17:07 -0500 |
| commit | 4d38f23251046ec48a73cd1db5773a68d58130e5 (patch) | |
| tree | 882dee1ba4d7811dd006cf7fad81835d978a05e2 /.github/workflows/coverage.yml | |
| parent | c2773105682ee01b5ebfe5d29e86a9634d02b053 (diff) | |
| download | python-coveragepy-git-nedbat/drop-36.tar.gz | |
build: drop Python 3.6 supportnedbat/drop-36
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 9385ff5f..df9ce118 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -32,8 +32,7 @@ jobs: - windows-latest python-version: # When changing this list, be sure to check the [gh-actions] list in - # tox.ini so that tox will run properly. - - "3.6" + # tox.ini so that tox will run properly. PYVERSIONS - "3.7" - "3.8" - "3.9" |
