diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-06-18 06:44:41 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2021-06-18 06:44:41 -0400 |
commit | 4e75bc6baa20e0c4a9377ade6310039e47d61897 (patch) | |
tree | f2262f4a5da8da13ede7c2be18389acd4165ddc5 | |
parent | a9c3aeb3f614b184dabfaf638914a847176f637e (diff) | |
download | python-coveragepy-git-4e75bc6baa20e0c4a9377ade6310039e47d61897.tar.gz |
build: 3.10b3 is out
-rw-r--r-- | .github/workflows/coverage.yml | 3 | ||||
-rw-r--r-- | .github/workflows/testsuite.yml | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index f3bb2829..00fa7fd9 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -34,8 +34,7 @@ jobs: - "3.7" - "3.8" - "3.9" - # wait for 3.10.0b3 for everything to work - #- "3.10.0-beta.2" + - "3.10.0-beta.3" - "pypy3" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index ea7e6f0d..45b0c5c8 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -30,8 +30,7 @@ jobs: - "3.7" - "3.8" - "3.9" - # wait for 3.10.0b3 for everything to work - #- "3.10.0-beta.2" + - "3.10.0-beta.3" - "pypy3" exclude: # Windows PyPy doesn't seem to work? |