diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2021-06-06 12:59:23 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-06-06 13:07:41 -0400 |
| commit | 2f319ac96f2d9cce0d7b3f1d25fc27959729c207 (patch) | |
| tree | e3b9e144c6b8c83a8ce640a1ea201741aa818a4a /.github/workflows/coverage.yml | |
| parent | cb09207f6f291696714f5550aacd1e9a3a0e81e1 (diff) | |
| download | python-coveragepy-git-2f319ac96f2d9cce0d7b3f1d25fc27959729c207.tar.gz | |
build: 3.10 is in flux, but beta3 should be good
Diffstat (limited to '.github/workflows/coverage.yml')
| -rw-r--r-- | .github/workflows/coverage.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index e2c0caed..f3bb2829 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,7 +34,8 @@ jobs: - "3.7" - "3.8" - "3.9" - - "3.10.0-alpha.7" + # wait for 3.10.0b3 for everything to work + #- "3.10.0-beta.2" - "pypy3" exclude: # Windows PyPy doesn't seem to work? |
