diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-07-13 08:41:30 -0400 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-07-13 08:41:30 -0400 |
commit | 09be476a63c5aa2c39bdaff4db9b244da2a39a4a (patch) | |
tree | 58445d73b69025c02dd16db85050268fa145ee48 | |
parent | 08ced5774967f32c5c61084ddfcc5df81e253f55 (diff) | |
download | python-coveragepy-git-09be476a63c5aa2c39bdaff4db9b244da2a39a4a.tar.gz |
build: use 3.11.0b4 in ci
-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 00d81159..20c0bcc3 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.3" + - "3.11.0-beta.4" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index 23c30e3c..68535deb 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.3" + - "3.11.0-beta.4" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? |