diff options
-rw-r--r-- | .github/workflows/coverage.yml | 2 | ||||
-rw-r--r-- | .github/workflows/kit.yml | 2 | ||||
-rw-r--r-- | .github/workflows/testsuite.yml | 2 | ||||
-rw-r--r-- | README.rst | 2 | ||||
-rw-r--r-- | 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? @@ -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. |