From 689367dce7601653ebaa98cffd62f44f4a11fc2a Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 5 Nov 2015 16:19:20 +0000 Subject: [PATCH 1/2] Don't allow failures for Python 3.5 in travis --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) 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: From 40a56f94f65f8e5fc49aaf83fa6f3d7a550038f8 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 5 Nov 2015 16:19:52 +0000 Subject: [PATCH 2/2] Advertise Python 3.5 support --- README.rst | 2 +- setup.py | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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 9e1c42a829..498e428d23 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', 'Topic :: Internet :: WWW/HTTP :: Site Management', ],