This is simply a case of adding the required tox environment and
updating the docs. We don't support Python 3.3 so the docs are updated
accordingly.
Signed-off-by: Stephen Finucane <stephen@that.guru>
Reviewed-by: Daniel Axtens <dja@axtens.net>
Requirements
------------
-- Python (2.7, 3.3 - 3.5)
+- Python (2.7, 3.4 - 3.6)
- Django (1.8 - 1.11)
--- /dev/null
+---
+features:
+ - |
+ `Python 3.6 <https://www.python.org/downloads/release/python-360/>`_ is now
+ supported.
[tox]
minversion = 2.0
-envlist = pep8,py{27,34,35}-django{18,19,110,111}
+envlist = pep8,py{27,34,35}-django{18,19,110,111},py36-django111
skipsdist = True
[testenv]