Skip to content

Commit f09e389

Browse files
committed
docs: prep for 7.0.0b1
1 parent 9046842 commit f09e389

File tree

2 files changed

+7
-3
lines changed

2 files changed

+7
-3
lines changed

README.rst

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ Coverage.py runs on these versions of Python:
2828

2929
.. PYVERSIONS
3030
31-
* CPython 3.7 through 3.12.0a1
31+
* CPython 3.7 through 3.12.0a2
3232
* PyPy3 7.3.9.
3333

3434
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
3737
.. _Read the Docs: https://coverage.readthedocs.io/
3838
.. _GitHub: https://github.com/nedbat/coveragepy
3939

40+
**New in 7.x:**
41+
improved data combining;
42+
``report --format=``.
4043

41-
**New in 6.x:** dropped support for Python 2.7, 3.5, and 3.6;
44+
**New in 6.x:**
45+
dropped support for Python 2.7, 3.5, and 3.6;
4246
write data on SIGTERM;
4347
added support for 3.10 match/case statements.
4448

doc/index.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ supported on:
1818

1919
.. PYVERSIONS
2020
21-
* Python versions 3.7 through 3.12.0a1.
21+
* Python versions 3.7 through 3.12.0a2.
2222
* PyPy3 7.3.9.
2323

2424
.. ifconfig:: prerelease

0 commit comments

Comments
 (0)