summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.rst2
-rw-r--r--releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml5
-rw-r--r--tox.ini2
3 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index f8f44ab..4a970ec 100644
--- a/README.rst
+++ b/README.rst
@@ -41,7 +41,7 @@ of community projects.
Requirements
------------
-- Python (2.7, 3.3 - 3.5)
+- Python (2.7, 3.4 - 3.6)
- Django (1.8 - 1.11)
diff --git a/releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml b/releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml
new file mode 100644
index 0000000..f4fe08a
--- /dev/null
+++ b/releasenotes/notes/python-3-6-support-0cf90c2329075372.yaml
@@ -0,0 +1,5 @@
+---
+features:
+ - |
+ `Python 3.6 <https://www.python.org/downloads/release/python-360/>`_ is now
+ supported.
diff --git a/tox.ini b/tox.ini
index bd8af76..b70b605 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,6 +1,6 @@
[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]