summaryrefslogtreecommitdiff
path: root/CHANGES.rst
diff options
context:
space:
mode:
authorNed Batchelder <ned@nedbatchelder.com>2021-05-01 18:03:50 -0400
committerNed Batchelder <ned@nedbatchelder.com>2021-05-02 07:38:15 -0400
commit236bc9317d208b24b418c9c167f22410613f4ade (patch)
treed754e917666018ff32d6790a6d0fc09015da3ee1 /CHANGES.rst
parent767a3de326cf438d4731cfddb3e58e6cba3fb5e1 (diff)
downloadpython-coveragepy-git-236bc9317d208b24b418c9c167f22410613f4ade.tar.gz
docs: update Python versions supported
Diffstat (limited to 'CHANGES.rst')
-rw-r--r--CHANGES.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGES.rst b/CHANGES.rst
index 3ce17d0f..29af7340 100644
--- a/CHANGES.rst
+++ b/CHANGES.rst
@@ -24,6 +24,8 @@ want to know what's different in 5.0 since 4.5.x, see :ref:`whatsnew5x`.
Unreleased
----------
+- Dropped support for Python 2.7, PyPy 2, and Python 3.5.
+
- Plugins (like the `Django coverage plugin`_) were generating "Already
imported a file that will be measured" warnings about Django itself. These
have been fixed, closing `issue 1150`_.