diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-07-28 16:51:46 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-07-28 16:51:46 -0400 |
| commit | b8cb29e53ee6d3a2fda8a342de72e3fefec7d547 (patch) | |
| tree | ea6e4c5574bcdcbb9ff6e9f489e7388b72e6fb5e /.github/workflows | |
| parent | 6dff85d81bb77d6212b9fb6a9937729d5012c065 (diff) | |
| download | python-coveragepy-git-b8cb29e53ee6d3a2fda8a342de72e3fefec7d547.tar.gz | |
build: use 3.11.0b5 in ci
Diffstat (limited to '.github/workflows')
| -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 622a4c2a..eb21145d 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -39,7 +39,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-beta.4" + - "3.11.0-beta.5" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 68535deb..f3db9616 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -42,7 +42,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-beta.4" + - "3.11.0-beta.5" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? |
