diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2021-08-04 04:04:10 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-08-04 04:04:10 -0700 |
commit | 57a691f15dc8296f91ec1e321d3ed53e165a1f10 (patch) | |
tree | b84f6a63778049c4f3970b23a45a905ee1856bc8 | |
parent | 6adbefa71acf97833ae1e24309fbefd3cda02165 (diff) | |
download | python-coveragepy-git-57a691f15dc8296f91ec1e321d3ed53e165a1f10.tar.gz |
build: use 3.10.0-rc.1 (#1204)
-rw-r--r-- | .github/workflows/coverage.yml | 2 | ||||
-rw-r--r-- | .github/workflows/kit.yml | 2 | ||||
-rw-r--r-- | .github/workflows/testsuite.yml | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 2a622c6a..6b155ced 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.4" + - "3.10.0-rc.1" - "pypy3" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index 3ca635ef..6d69b5b9 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -127,7 +127,7 @@ jobs: - windows-latest - macos-latest python-version: - - "3.10.0-alpha.7" + - "3.10.0-rc.1" fail-fast: false steps: diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 86bdb802..3f3ea8f9 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.4" + - "3.10.0-rc.1" - "pypy3" exclude: # Windows PyPy doesn't seem to work? |