diff --git a/.travis.yml b/.travis.yml index da11194823..e0df44c8e9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,8 +26,6 @@ matrix: python: 3.5 - env: TOXENV=py35-dj18-mysql python: 3.5 - allow_failures: - - python: 3.5 # Services services: diff --git a/README.rst b/README.rst index acacf72203..90fd73ba93 100644 --- a/README.rst +++ b/README.rst @@ -69,7 +69,7 @@ Wagtail is sponsored by `Torchbox `_. If you need help im 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 ~~~~~~~~~~~~ diff --git a/setup.py b/setup.py index 65b4605f4a..b17f62d5a6 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ setup( 'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3.3', 'Programming Language :: Python :: 3.4', + 'Programming Language :: Python :: 3.5', 'Framework :: Django', 'Framework :: Django :: 1.7', 'Framework :: Django :: 1.8',