From 40a56f94f65f8e5fc49aaf83fa6f3d7a550038f8 Mon Sep 17 00:00:00 2001 From: Karl Hobley Date: Thu, 5 Nov 2015 16:19:52 +0000 Subject: [PATCH] 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', ],