diff options
author | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-03 12:29:39 -0500 |
---|---|---|
committer | Ned Batchelder <ned@nedbatchelder.com> | 2022-12-03 12:29:39 -0500 |
commit | f09e3896e8b0d041754687e2858a899378738bbe (patch) | |
tree | 1a51c2c4738952eed6ff7c064c51f6352c4ecab8 | |
parent | 90468421abe178fb7d8505a8d5ca0c7875aadc3f (diff) | |
download | python-coveragepy-git-f09e3896e8b0d041754687e2858a899378738bbe.tar.gz |
docs: prep for 7.0.0b17.0.0b1
-rw-r--r-- | README.rst | 8 | ||||
-rw-r--r-- | doc/index.rst | 2 |
2 files changed, 7 insertions, 3 deletions
@@ -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 |