Merge branch 'python-35' of https://github.com/kaedroho/wagtail into kaedroho-python-35

pull/1923/head
Matt Westcott 2015-11-12 16:33:29 +00:00
commit 23ed5392de
3 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -26,8 +26,6 @@ matrix:
python: 3.5 python: 3.5
- env: TOXENV=py35-dj18-mysql - env: TOXENV=py35-dj18-mysql
python: 3.5 python: 3.5
allow_failures:
- python: 3.5
# Services # Services
services: services:

Wyświetl plik

@ -69,7 +69,7 @@ Wagtail is sponsored by `Torchbox <https://torchbox.com/>`_. If you need help im
Compatibility Compatibility
~~~~~~~~~~~~~ ~~~~~~~~~~~~~
Wagtail supports Django 1.7.1+ on Python 2.7, 3.3 and 3.4. Supported database backends are PostgreSQL, MySQL and SQLite. Wagtail supports Django 1.7.1+ on Python 2.7, 3.3, 3.4 and 3.5. Supported database backends are PostgreSQL, MySQL and SQLite.
Contributing Contributing
~~~~~~~~~~~~ ~~~~~~~~~~~~

Wyświetl plik

@ -58,6 +58,7 @@ setup(
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Framework :: Django', 'Framework :: Django',
'Framework :: Django :: 1.7', 'Framework :: Django :: 1.7',
'Framework :: Django :: 1.8', 'Framework :: Django :: 1.8',