From f09e3896e8b0d041754687e2858a899378738bbe Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 3 Dec 2022 12:29:39 -0500 Subject: docs: prep for 7.0.0b1 --- README.rst | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'README.rst') 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. -- cgit v1.2.1