From 7f1168e387dc1db70b6093cfd23a4a6978f48109 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Mon, 15 Jun 2015 09:43:35 -0400 Subject: Removed support for Python 3.3. --- docs/internals/contributing/writing-code/unit-tests.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/internals/contributing/writing-code') diff --git a/docs/internals/contributing/writing-code/unit-tests.txt b/docs/internals/contributing/writing-code/unit-tests.txt index 694bec7845..e1797c8e3b 100644 --- a/docs/internals/contributing/writing-code/unit-tests.txt +++ b/docs/internals/contributing/writing-code/unit-tests.txt @@ -21,8 +21,8 @@ Running the unit tests Quickstart ~~~~~~~~~~ -If you are on Python < 3.3, you'll first need to install a backport of the -``unittest.mock`` module that's available in Python 3.3+. See +If you are on Python 2, you'll first need to install a backport of the +``unittest.mock`` module that's available in Python 3. See :ref:`running-unit-tests-dependencies` for details on installing `mock`_ and the other optional test dependencies. -- cgit v1.3