diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-15 13:58:03 -0500 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-01-15 14:01:33 -0500 |
| commit | 7fec9566c74d46b95f6a741a59e66e136cc5b158 (patch) | |
| tree | f182a864a3a63b4674ae7a12bf8aeedb26e2f22a /.github/workflows/coverage.yml | |
| parent | e3be855a07685b383f020e2f0f2924326cb48268 (diff) | |
| download | python-coveragepy-git-7fec9566c74d46b95f6a741a59e66e136cc5b158.tar.gz | |
build: better docs about Python versions in actions
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8ab85e1f..8d3e1a90 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,6 +33,8 @@ jobs: python-version: # When changing this list, be sure to check the [gh-actions] list in # tox.ini so that tox will run properly. PYVERSIONS + # Available versions: + # https://github.com/actions/python-versions/blob/main/versions-manifest.json - "3.7" - "3.8" - "3.9" |
