summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2017-11-24 20:07:35 +0000
committerStephen Finucane <stephen@that.guru>2018-01-04 14:20:20 +0000
commit603516de9c511482d5330e5535c5dbc0456847dd (patch)
treee246ce55d8bcedf12ddbd72257d78a78798d6187 /README.rst
parentc01dcbad59b27679bc15bd3213bfad49e6443dde (diff)
downloadpatchwork-603516de9c511482d5330e5535c5dbc0456847dd.tar
patchwork-603516de9c511482d5330e5535c5dbc0456847dd.tar.gz
Add support for Python 3.6
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>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst2
1 files changed, 1 insertions, 1 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)