--- a/eric7/DebugClients/Python/coverage/doc/README.rst Sun Mar 20 17:26:35 2022 +0100 +++ b/eric7/DebugClients/Python/coverage/doc/README.rst Sun Mar 20 17:49:44 2022 +0100 @@ -8,7 +8,7 @@ Code coverage testing for Python. | |license| |versions| |status| -| |test-status| |quality-status| |docs| |codecov| +| |test-status| |quality-status| |docs| |metacov| | |kit| |downloads| |format| |repos| | |stars| |forks| |contributors| | |tidelift| |twitter-coveragepy| |twitter-nedbat| @@ -19,8 +19,10 @@ Coverage.py runs on these versions of Python: -* CPython 3.6 through 3.11. -* PyPy3 7.3.7. +.. PYVERSIONS + +* CPython 3.7 through 3.11.0a4. +* PyPy3 7.3.8. Documentation is on `Read the Docs`_. Code repository and issue tracker are on `GitHub`_. @@ -29,8 +31,9 @@ .. _GitHub: https://github.com/nedbat/coveragepy -**New in 6.x:** dropped support for Python 2.7 and 3.5; added support for 3.10 -match/case statements. +**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. For Enterprise @@ -121,9 +124,9 @@ .. |license| image:: https://img.shields.io/pypi/l/coverage.svg :target: https://pypi.org/project/coverage/ :alt: License -.. |codecov| image:: https://codecov.io/github/nedbat/coveragepy/coverage.svg?branch=master&precision=2 - :target: https://codecov.io/github/nedbat/coveragepy?branch=master - :alt: Coverage! +.. |metacov| image:: https://img.shields.io/endpoint?url=https://gist.githubusercontent.com/nedbat/8c6980f77988a327348f9b02bbaf67f5/raw/metacov.json + :target: https://nedbat.github.io/coverage-reports/latest.html + :alt: Coverage reports .. |repos| image:: https://repology.org/badge/tiny-repos/python:coverage.svg :target: https://repology.org/project/python:coverage/versions :alt: Packaging status