File tree Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Expand file tree Collapse file tree 2 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
3434Documentation 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;
4246write data on SIGTERM;
4347added support for 3.10 match/case statements.
4448
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments