Skip to content

Commit 545d8bc

Browse files
committed
docs: better mastodon labels, and 3.12a5
1 parent 946e0cf commit 545d8bc

File tree

2 files changed

+6
-5
lines changed

2 files changed

+6
-5
lines changed

README.rst

+5-4
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.0a3
31+
* CPython 3.7 through 3.12.0a5
3232
* PyPy3 7.3.11.
3333

3434
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
3939

4040
**New in 7.x:**
4141
improved data combining;
42-
``report --format=``.
42+
``report --format=``;
43+
type annotations.
4344

4445
**New in 6.x:**
4546
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`_.
163164
.. |contributors| image:: https://img.shields.io/github/contributors/nedbat/coveragepy.svg?logo=github
164165
:target: https://github.com/nedbat/coveragepy/graphs/contributors
165166
: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
167168
:target: https://hachyderm.io/@nedbat
168169
: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
170171
:target: https://hachyderm.io/@coveragepy
171172
:alt: coveragepy on Mastodon
172173
.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub

doc/index.rst

+1-1
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.0a3.
21+
* Python versions 3.7 through 3.12.0a5.
2222
* PyPy3 7.3.11.
2323

2424
.. ifconfig:: prerelease

0 commit comments

Comments
 (0)