summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-01-16 08:08:04 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-01-22 08:01:33 -0500
commit7814a91f599b77e523b3c492cae0418a36852045 (patch)
tree2b945285e0788feefae949b2abc432a020673427
parent5fc8f8404bbb879e1c6669e697793259622ebf4a (diff)
downloadpython-coveragepy-git-nedbat/gha-3.11.0a4.tar.gz
build: GitHub Actions now has 3.11.0a4nedbat/gha-3.11.0a4
-rw-r--r--.github/workflows/coverage.yml2
-rw-r--r--.github/workflows/kit.yml2
-rw-r--r--.github/workflows/testsuite.yml2
-rw-r--r--README.rst2
-rw-r--r--doc/index.rst2
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.