diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-07-11 13:07:50 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-07-11 13:07:50 -0400 |
commit | ea8d62ba17dfc004356c827b8e659321db92f285 (patch) | |
tree | 4af8adef47aeae784081eccaed890d946e77b85d | |
parent | 809cccb626cead091fdbf187e85322a6fe156ad9 (diff) | |
download | python-coveragepy-git-ea8d62ba17dfc004356c827b8e659321db92f285.tar.gz |
build: 3.10 beta 4 is out
-rw-r--r-- | .github/workflows/coverage.yml | 2 | ||||
-rw-r--r-- | .github/workflows/testsuite.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 00fa7fd9..2a622c6a 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,7 +34,7 @@ jobs: - "3.7" - "3.8" - "3.9" - - "3.10.0-beta.3" + - "3.10.0-beta.4" - "pypy3" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 45b0c5c8..86bdb802 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -30,7 +30,7 @@ jobs: - "3.7" - "3.8" - "3.9" - - "3.10.0-beta.3" + - "3.10.0-beta.4" - "pypy3" exclude: # Windows PyPy doesn't seem to work? |