diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-16 10:00:52 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-08-16 10:00:52 -0400 |
commit | 007c6168070523e04389ac97457de2969ba0c727 (patch) | |
tree | 25c360e0b27e7532e5e0e47a06af1e613cd04655 /.github | |
parent | 66ddb0b6b44a9da1e793cd55cb5430254a2ff761 (diff) | |
download | python-coveragepy-git-007c6168070523e04389ac97457de2969ba0c727.tar.gz |
build: update 3.11 references to rc1
Diffstat (limited to '.github')
-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 88af417b..e003cf7d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -46,7 +46,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-beta.5" + - "3.11.0-rc.1" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index e70032e5..b577120c 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -46,7 +46,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-beta.5" + - "3.11.0-rc.1" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? |