summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst10
1 files changed, 4 insertions, 6 deletions
diff --git a/README.rst b/README.rst
index 072f30ff..260f22c2 100644
--- a/README.rst
+++ b/README.rst
@@ -17,11 +17,10 @@ Coverage.py measures code coverage, typically during test execution. It uses
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.10 alpha.
+* PyPy3 7.3.3.
Documentation is on `Read the Docs`_. Code repository and issue tracker are on
`GitHub`_.
@@ -30,8 +29,7 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
.. _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.
For Enterprise