summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2019-05-18 10:25:31 +0300
committerNed Batchelder <ned@nedbatchelder.com>2019-05-18 10:27:22 -0400
commit14af23ee2ed49610883b9a33797c1bdc5883758b (patch)
tree216714f8fe8625ed896612598a92269dfd907bb8 /README.rst
parent6b72dcbd98c69a7e8c5333d2926c7f871161db7e (diff)
downloadpython-coveragepy-git-14af23ee2ed49610883b9a33797c1bdc5883758b.tar.gz
Python 3.4 is also dropped in 5.0
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index 10e0d258..51043b49 100644
--- a/README.rst
+++ b/README.rst
@@ -47,8 +47,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
-and 3.3.
+**New in 5.0:** SQLite data storage, contexts, dropped support for Python 2.6,
+3.3 and 3.4.
Getting Started