Merge pull request #940 from kaedroho/end-python-32-support

End Python 3.2 support. Fixes #931
pull/894/merge
Karl Hobley 2015-01-28 11:29:31 +00:00
commit f132c01592
3 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -52,7 +52,7 @@ Available at `wagtail.readthedocs.org <http://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 <https://requires.io/github/torchbox/wagtail/requirements>`_.

Wyświetl plik

@ -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

Wyświetl plik

@ -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',