More 3.2 support dropping cleanup.
diff --git a/README.rst b/README.rst
index 9bc1564..a7b632c 100644
--- a/README.rst
+++ b/README.rst
@@ -7,7 +7,7 @@
 onwards.
 
 This package contains a rolling backport of the standard library mock code
-compatible with Python 2.6 and up, and 3.2 and up.
+compatible with Python 2.6 and up, and 3.3 and up.
 
 Please see the standard library documentation for more details.
 
diff --git a/tools/pre-applypatch b/tools/pre-applypatch
index 210b285..3198534 100755
--- a/tools/pre-applypatch
+++ b/tools/pre-applypatch
@@ -28,7 +28,6 @@
 
 test_version 2.6
 test_version 2.7
-test_version 3.2
 test_version 3.3
 test_version 3.4
 test_version 3.5