remove python 3.2 from the classifiers
diff --git a/setup.py b/setup.py
index f66977e..6376a1f 100644
--- a/setup.py
+++ b/setup.py
@@ -318,7 +318,6 @@
         "Programming Language :: Python :: 2.6",
         "Programming Language :: Python :: 2.7",
         "Programming Language :: Python :: 3",
-        "Programming Language :: Python :: 3.2",
         "Programming Language :: Python :: 3.3",
         "Programming Language :: Python :: 3.4",
         "Programming Language :: Python :: Implementation :: CPython",