eric7/DebugClients/Python/coverage/doc/README.rst

branch
eric7
changeset 8775
0802ae193343
parent 8527
2bd1325d727e
child 8991
2fc945191992
--- a/eric7/DebugClients/Python/coverage/doc/README.rst	Fri Nov 19 19:28:47 2021 +0100
+++ b/eric7/DebugClients/Python/coverage/doc/README.rst	Sat Nov 20 16:47:38 2021 +0100
@@ -9,7 +9,7 @@
 
 |  |license| |versions| |status|
 |  |test-status| |quality-status| |docs| |codecov|
-|  |kit| |format| |repos| |downloads|
+|  |kit| |downloads| |format| |repos|
 |  |stars| |forks| |contributors|
 |  |tidelift| |twitter-coveragepy| |twitter-nedbat|
 
@@ -17,11 +17,10 @@
 the code analysis tools and tracing hooks provided in the Python standard
 library to determine which lines are executable, and which have been executed.
 
-Coverage.py runs on many versions of Python:
+Coverage.py runs on these versions of Python:
 
-* CPython 2.7.
-* CPython 3.5 through 3.10 alpha.
-* PyPy2 7.3.3 and PyPy3 7.3.3.
+* CPython 3.6 through 3.11.
+* PyPy3 7.3.7.
 
 Documentation is on `Read the Docs`_.  Code repository and issue tracker are on
 `GitHub`_.
@@ -30,8 +29,8 @@
 .. _GitHub: https://github.com/nedbat/coveragepy
 
 
-**New in 5.x:** SQLite data storage, JSON report, contexts, relative filenames,
-dropped support for Python 2.6, 3.3 and 3.4.
+**New in 6.x:** dropped support for Python 2.7 and 3.5; added support for 3.10
+match/case statements.
 
 
 For Enterprise
@@ -104,9 +103,6 @@
 .. |docs| image:: https://readthedocs.org/projects/coverage/badge/?version=latest&style=flat
     :target: https://coverage.readthedocs.io/
     :alt: Documentation
-.. |reqs| image:: https://requires.io/github/nedbat/coveragepy/requirements.svg?branch=master
-    :target: https://requires.io/github/nedbat/coveragepy/requirements/?branch=master
-    :alt: Requirements status
 .. |kit| image:: https://badge.fury.io/py/coverage.svg
     :target: https://pypi.org/project/coverage/
     :alt: PyPI status
@@ -129,7 +125,7 @@
     :target: https://codecov.io/github/nedbat/coveragepy?branch=master
     :alt: Coverage!
 .. |repos| image:: https://repology.org/badge/tiny-repos/python:coverage.svg
-    :target: https://repology.org/metapackage/python:coverage/versions
+    :target: https://repology.org/project/python:coverage/versions
     :alt: Packaging status
 .. |tidelift| image:: https://tidelift.com/badges/package/pypi/coverage
     :target: https://tidelift.com/subscription/pkg/pypi-coverage?utm_source=pypi-coverage&utm_medium=referral&utm_campaign=readme

eric ide

mercurial