summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHugo <hugovk@users.noreply.github.com>2018-05-08 08:23:53 +0300
committerHugo <hugovk@users.noreply.github.com>2018-05-08 08:23:53 +0300
commit59130a4f8393cdfca381933ffb73da5d0991c8c9 (patch)
tree10d2ff448d2ef9fe1a1c0708066fff4bc32f560d /docs
parent8c19ef6c95004524cb9f0b170a1aff6f47ade764 (diff)
downloadmock-59130a4f8393cdfca381933ffb73da5d0991c8c9.tar.gz
Drop support for EOL Python 3.3
Diffstat (limited to 'docs')
-rw-r--r--docs/index.txt8
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/index.txt b/docs/index.txt
index 6c8e37b..39770f1 100644
--- a/docs/index.txt
+++ b/docs/index.txt
@@ -45,9 +45,9 @@ the newest features from the latest release of Python available for all
Pythons.
The ``mock`` package contains a rolling backport of the standard library mock
-code compatible with Python 2.7 and 3.3 and up.
+code compatible with Python 2.7 and 3.4 and up.
-* Python 2.6 is supported by mock 2.0.0 and below.
+* Python 2.6 and 3.3 are supported by mock 2.0.0 and below.
* Python 3.2 is supported by mock 1.3.0 and below - with pip no longer
supporting 3.2, we cannot test against that version anymore.
@@ -128,8 +128,8 @@ Checkout from git (see :ref:`installing`) and submit pull requests.
Committers can just push as desired: since all semantic development takes
place in cPython, the backport process is as lightweight as we can make it.
-mock is CI tested using Travis-CI on Python versions 2.7, 3.3, 3.4,
-3.5, nightly Python 3 builds, pypy, pypy3. Jython support is desired, if
+mock is CI tested using Travis-CI on Python versions 2.7, 3.4,
+3.5, 3.6, nightly Python 3 builds, pypy, pypy3. Jython support is desired, if
someone could contribute a patch to .travis.yml to support it that would be
excellent.