summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2018-05-28 17:15:53 -0400
committerNed Batchelder <ned@nedbatchelder.com>2018-05-28 17:15:53 -0400
commitfa4d3c850d3da503c33281654bb029c5f5237ceb (patch)
tree1d97e296df0876e5f419b5a730d368708d4cad83 /README.rst
parent4842543494691d3993042331ae784be25bca7e47 (diff)
downloadpython-coveragepy-fa4d3c850d3da503c33281654bb029c5f5237ceb.tar.gz
Updates for 5.0a1
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst6
1 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 9336b97..0071559 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 and 3.4 through 3.7.
-* PyPy2 5.10 and PyPy3 5.10.
+* PyPy2 6.0 and PyPy3 6.0.
* Jython 2.7.1, though not for reporting.
* IronPython 2.7.7, though not for reporting.
@@ -32,7 +32,9 @@ Documentation is on `Read the Docs`_. Code repository and issue tracker are on
.. _GitHub: https://github.com/nedbat/coveragepy
-**New in 4.5:** Configurator plug-ins.
+**New in 5.0:** Dropped support for Python 2.6 and 3.3.
+
+New in 4.5: Configurator plug-ins.
New in 4.4: Suppressable warnings, continuous coverage measurement.