@@ -28,7 +28,7 @@ Coverage.py runs on these versions of Python:
28
28
29
29
.. PYVERSIONS
30
30
31
- * CPython 3.7 through 3.12.0a3
31
+ * CPython 3.7 through 3.12.0a5
32
32
* PyPy3 7.3.11.
33
33
34
34
Documentation is on `Read the Docs `_. Code repository and issue tracker are on
@@ -39,7 +39,8 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
39
39
40
40
**New in 7.x: **
41
41
improved data combining;
42
- ``report --format= ``.
42
+ ``report --format= ``;
43
+ type annotations.
43
44
44
45
**New in 6.x: **
45
46
dropped support for Python 2.7, 3.5, and 3.6;
@@ -163,10 +164,10 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
163
164
.. |contributors | image :: https://img.shields.io/github/contributors/nedbat/coveragepy.svg?logo=github
164
165
:target: https://github.com/nedbat/coveragepy/graphs/contributors
165
166
:alt: Contributors
166
- .. |mastodon-nedbat | image :: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&link=https%3A%2F%2Fhachyderm.io%2F%40nedbat&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fnedbat%2Ffollowers.json&query=totalItems&label=Mastodon
167
+ .. |mastodon-nedbat | image :: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&link=https%3A%2F%2Fhachyderm.io%2F%40nedbat&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fnedbat%2Ffollowers.json&query=totalItems&label=@nedbat
167
168
:target: https://hachyderm.io/@nedbat
168
169
:alt: nedbat on Mastodon
169
- .. |mastodon-coveragepy | image :: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&link=https%3A%2F%2Fhachyderm.io%2F%40coveragepy&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fcoveragepy%2Ffollowers.json&query=totalItems&label=Mastodon
170
+ .. |mastodon-coveragepy | image :: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&link=https%3A%2F%2Fhachyderm.io%2F%40coveragepy&url=https%3A%2F%2Fhachyderm.io%2Fusers%2Fcoveragepy%2Ffollowers.json&query=totalItems&label=@coveragepy
170
171
:target: https://hachyderm.io/@coveragepy
171
172
:alt: coveragepy on Mastodon
172
173
.. |sponsor | image :: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub
0 commit comments