From 7814a91f599b77e523b3c492cae0418a36852045 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 16 Jan 2022 08:08:04 -0500 Subject: build: GitHub Actions now has 3.11.0a4 --- .github/workflows/coverage.yml | 2 +- .github/workflows/kit.yml | 2 +- .github/workflows/testsuite.yml | 2 +- README.rst | 2 +- doc/index.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8d3e1a90..9cd3ce12 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-alpha.2" + - "3.11.0-alpha.4" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? diff --git a/.github/workflows/kit.yml b/.github/workflows/kit.yml index 99277865..e10851ac 100644 --- a/.github/workflows/kit.yml +++ b/.github/workflows/kit.yml @@ -240,7 +240,7 @@ jobs: py: # PYVERSIONS. Available versions: # https://github.com/actions/python-versions/blob/main/versions-manifest.json - - "3.11.0-alpha.2" + - "3.11.0-alpha.4" fail-fast: false steps: diff --git a/.github/workflows/testsuite.yml b/.github/workflows/testsuite.yml index f04699ad..c6beb946 100644 --- a/.github/workflows/testsuite.yml +++ b/.github/workflows/testsuite.yml @@ -39,7 +39,7 @@ jobs: - "3.8" - "3.9" - "3.10" - - "3.11.0-alpha.2" + - "3.11.0-alpha.4" - "pypy-3.7" exclude: # Windows PyPy doesn't seem to work? diff --git a/README.rst b/README.rst index 5aee2863..104aaff8 100644 --- a/README.rst +++ b/README.rst @@ -21,7 +21,7 @@ Coverage.py runs on these versions of Python: .. PYVERSIONS -* CPython 3.7 through 3.11. +* CPython 3.7 through 3.11.0a4. * PyPy3 7.3.7. Documentation is on `Read the Docs`_. Code repository and issue tracker are on diff --git a/doc/index.rst b/doc/index.rst index 9661797b..504e61b7 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -18,7 +18,7 @@ supported on: .. PYVERSIONS -* Python versions 3.7 through 3.11. +* Python versions 3.7 through 3.11.0a4. * PyPy3 7.3.7. -- cgit v1.2.1