summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst8
-rw-r--r--doc/index.rst2
2 files changed, 7 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index e70879d3..a5d11aa8 100644
--- a/README.rst
+++ b/README.rst
@@ -28,7 +28,7 @@ Coverage.py runs on these versions of Python:
.. PYVERSIONS
-* CPython 3.7 through 3.12.0a1
+* CPython 3.7 through 3.12.0a2
* PyPy3 7.3.9.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
@@ -37,8 +37,12 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
.. _Read the Docs: https://coverage.readthedocs.io/
.. _GitHub: https://github.com/nedbat/coveragepy
+**New in 7.x:**
+improved data combining;
+``report --format=``.
-**New in 6.x:** dropped support for Python 2.7, 3.5, and 3.6;
+**New in 6.x:**
+dropped support for Python 2.7, 3.5, and 3.6;
write data on SIGTERM;
added support for 3.10 match/case statements.
diff --git a/doc/index.rst b/doc/index.rst
index fc0dbdc9..8498cb89 100644
--- a/doc/index.rst
+++ b/doc/index.rst
@@ -18,7 +18,7 @@ supported on:
.. PYVERSIONS
-* Python versions 3.7 through 3.12.0a1.
+* Python versions 3.7 through 3.12.0a2.
* PyPy3 7.3.9.
.. ifconfig:: prerelease