From 236bc9317d208b24b418c9c167f22410613f4ade Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sat, 1 May 2021 18:03:50 -0400 Subject: docs: update Python versions supported --- CHANGES.rst | 2 ++ README.rst | 10 ++++------ doc/index.rst | 4 ++-- 3 files changed, 8 insertions(+), 8 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`_. 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 diff --git a/doc/index.rst b/doc/index.rst index 63ac1d9c..a06ad1b6 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -16,9 +16,9 @@ not. The latest version is coverage.py |release|, released |release_date|. It is supported on: -* Python versions 2.7, 3.5, 3.6, 3.7, 3.8, 3.9, and 3.10 alpha. +* Python versions 3.6, 3.7, 3.8, 3.9, and 3.10 alpha. -* PyPy2 7.3.3 and PyPy3 7.3.3. +* PyPy3 7.3.3. .. ifconfig:: prerelease -- cgit v1.2.1