diff options
-rw-r--r-- | .github/workflows/coverage.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 0a29fd34..e2c0caed 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,6 +30,9 @@ jobs: 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" + - "3.7" + - "3.8" - "3.9" - "3.10.0-alpha.7" - "pypy3" |