diff options
| author | Ned Batchelder <ned@nedbatchelder.com> | 2022-06-02 06:12:58 -0400 |
|---|---|---|
| committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-06-02 06:12:58 -0400 |
| commit | 8c691464af33c300197c1beefce83ecc741db247 (patch) | |
| tree | accb27390a9f28542c1a2399d803764f154229c4 /.github/workflows | |
| parent | acf0b107a73255ff8fb3451e076afd59b54e8b81 (diff) | |
| download | python-coveragepy-git-8c691464af33c300197c1beefce83ecc741db247.tar.gz | |
build: use 3.11.0b3 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 5e67fe3c..c02eed98 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.1" + - "3.11.0-beta.3" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 16d518a5..cfb32db3 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.1" + - "3.11.0-beta.3" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? |
