From 7c2f61d017842147244d12131a483ad652e25540 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Wed, 28 Jan 2015 10:07:52 +0000 Subject: [PATCH] End Python 3.2 support. Fixes #931 --- README.rst | 2 +- docs/index.rst | 2 +- setup.py | 1 - 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index 7a725c4dc9..f7ce07a97e 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 8533cf42bd..c2236810e3 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 bd0f4de7fa..79482fce0b 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',