diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-11 21:08:23 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-04-11 21:08:23 -0400 |
| commit | c2c9d7d0037257ce5b4d9a278460d3eb3676bc5d (patch) | |
| tree | 56b0ba79e8a5279ef458077f81cdf50b3a3406e2 /.github/workflows/coverage.yml | |
| parent | a55f726aa88e60d9c96d410a9db6af8716d59fb9 (diff) | |
| download | python-coveragepy-git-c2c9d7d0037257ce5b4d9a278460d3eb3676bc5d.tar.gz | |
build: use 3.10.0a7 in CI
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index dc4a89af..c0989f3d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -33,7 +33,7 @@ jobs: - "2.7" - "3.5" - "3.9" - - "3.10.0-alpha.6" + - "3.10.0-alpha.7" - "pypy3" exclude: # Windows PyPy doesn't seem to work? |
