We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acf0b10 commit 8c69146Copy full SHA for 8c69146
.github/workflows/coverage.yml
@@ -39,7 +39,7 @@ jobs:
39
- "3.8"
40
- "3.9"
41
- "3.10"
42
- - "3.11.0-beta.1"
+ - "3.11.0-beta.3"
43
- "pypy-3.7"
44
exclude:
45
# Windows PyPy doesn't seem to work?
.github/workflows/testsuite.yml
@@ -42,7 +42,7 @@ jobs:
46
47
48
README.rst
@@ -27,7 +27,7 @@ Coverage.py runs on these versions of Python:
27
28
.. PYVERSIONS
29
30
-* CPython 3.7 through 3.11.0b1.
+* CPython 3.7 through 3.11.0b3.
31
* PyPy3 7.3.8.
32
33
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
0 commit comments