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 | |
parent | acf0b107a73255ff8fb3451e076afd59b54e8b81 (diff) | |
download | python-coveragepy-git-8c691464af33c300197c1beefce83ecc741db247.tar.gz |
build: use 3.11.0b3 in ci
-rw-r--r-- | .github/workflows/coverage.yml | 2 | ||||
-rw-r--r-- | .github/workflows/testsuite.yml | 2 | ||||
-rw-r--r-- | README.rst | 2 |
3 files changed, 3 insertions, 3 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? @@ -27,7 +27,7 @@ Coverage.py runs on these versions of Python: .. PYVERSIONS -* CPython 3.7 through 3.11.0b1. +* CPython 3.7 through 3.11.0b3. * PyPy3 7.3.8. Documentation is on `Read the Docs`_. Code repository and issue tracker are on |