summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2019-09-21 15:17:17 -0400
committerNed Batchelder <ned@nedbatchelder.com>2019-09-21 15:17:17 -0400
commit5d7ca92398a4bdf974d92aa19e90c1e918b6990f (patch)
tree54f28fff5a9217aa870c0db1988067c1974c65a4 /README.rst
parent341e737bd5010ffd794b029b3051a7ae210bfef2 (diff)
downloadpython-coveragepy-git-5d7ca92398a4bdf974d92aa19e90c1e918b6990f.tar.gz
Doc changes for 5.0a7
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/README.rst b/README.rst
index 9382bf90..cf3a279f 100644
--- a/README.rst
+++ b/README.rst
@@ -20,7 +20,7 @@ library to determine which lines are executable, and which have been executed.
Coverage.py runs on many versions of Python:
* CPython 2.7.
-* CPython 3.5 through alpha 3.8.
+* CPython 3.5 through beta 3.8.
* PyPy2 7.0 and PyPy3 7.0.
* Jython 2.7.1, though not for reporting.
* IronPython 2.7.7, though not for reporting.
@@ -32,8 +32,8 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
.. _GitHub: https://github.com/nedbat/coveragepy
-**New in 5.0:** SQLite data storage, contexts, dropped support for Python 2.6,
-3.3 and 3.4.
+**New in 5.0:** SQLite data storage, JSON report, contexts, dropped support for
+Python 2.6, 3.3 and 3.4.
For Enterprise