summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2022-12-03 12:29:39 -0500
committerNed Batchelder <ned@nedbatchelder.com>2022-12-03 12:29:39 -0500
commitf09e3896e8b0d041754687e2858a899378738bbe (patch)
tree1a51c2c4738952eed6ff7c064c51f6352c4ecab8 /README.rst
parent90468421abe178fb7d8505a8d5ca0c7875aadc3f (diff)
downloadpython-coveragepy-git-f09e3896e8b0d041754687e2858a899378738bbe.tar.gz
docs: prep for 7.0.0b17.0.0b1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst8
1 files changed, 6 insertions, 2 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.