Skip to content

Commit 523bce4

Browse files
committed
docs: fix mastodon badges and mention 3.8 dropping
1 parent 5e15377 commit 523bce4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.rst

+3-3
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
3838
multi-line exclusion patterns;
3939
function/class reporting;
4040
experimental support for sys.monitoring;
41-
dropped support for Python 3.7;
41+
dropped support for Python 3.7 and 3.8;
4242
added ``Coverage.collect()`` context manager;
4343
improved data combining;
4444
``[run] exclude_also`` setting;
@@ -151,10 +151,10 @@ Licensed under the `Apache 2.0 License`_. For details, see `NOTICE.txt`_.
151151
.. |stars| image:: https://img.shields.io/github/stars/nedbat/coveragepy.svg?logo=github
152152
:target: https://github.com/nedbat/coveragepy/stargazers
153153
:alt: GitHub stars
154-
.. |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
154+
.. |mastodon-nedbat| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@nedbat&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=nedbat
155155
:target: https://hachyderm.io/@nedbat
156156
:alt: nedbat on Mastodon
157-
.. |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
157+
.. |mastodon-coveragepy| image:: https://img.shields.io/badge/dynamic/json?style=flat&labelColor=450657&logo=mastodon&logoColor=ffffff&label=@coveragepy&query=followers_count&url=https%3A%2F%2Fhachyderm.io%2Fapi%2Fv1%2Faccounts%2Flookup%3Facct=coveragepy
158158
:target: https://hachyderm.io/@coveragepy
159159
:alt: coveragepy on Mastodon
160160
.. |sponsor| image:: https://img.shields.io/badge/%E2%9D%A4-Sponsor%20me-brightgreen?style=flat&logo=GitHub

0 commit comments

Comments
 (0)