diff --git a/README.rst b/README.rst
index 7a725c4dc..f7ce07a97 100644
--- a/README.rst
+++ b/README.rst
@@ -52,7 +52,7 @@ Available at `wagtail.readthedocs.org `_ and al
Compatibility
~~~~~~~~~~~~~
-Wagtail supports Django 1.7.0+ on Python 2.7, 3.2, 3.3 and 3.4.
+Wagtail supports Django 1.7.0+ on Python 2.7, 3.3 and 3.4.
Wagtail's dependencies are summarised at `requirements.io `_.
diff --git a/docs/index.rst b/docs/index.rst
index 8533cf42b..c2236810e 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -3,7 +3,7 @@ Welcome to Wagtail's documentation
Wagtail is a modern, flexible CMS, built on Django.
-It supports Django 1.7.0+ on Python 2.7, 3.2, 3.3 and 3.4.
+It supports Django 1.7.0+ on Python 2.7, 3.3 and 3.4.
.. toctree::
:maxdepth: 3
diff --git a/setup.py b/setup.py
index bd0f4de7f..79482fce0 100644
--- a/setup.py
+++ b/setup.py
@@ -71,7 +71,6 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
- 'Programming Language :: Python :: 3.2',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Framework :: Django',