Skip to content

Commit

Permalink
docs: prep for 7.0.0b1
Browse files Browse the repository at this point in the history
  • Loading branch information
nedbat committed Dec 3, 2022
1 parent 9046842 commit f09e389
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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.

Expand Down
2 changes: 1 addition & 1 deletion doc/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f09e389

Please sign in to comment.