summaryrefslogtreecommitdiff
path: root/README.rst
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2019-09-03 14:35:15 +0100
committerStephen Finucane <stephen@that.guru>2019-09-08 15:41:03 +0100
commit6267a5fad01db859c1b31561124f00a5b97299f4 (patch)
treead264c80412fc46cd16b3c626ca61e28966134cb /README.rst
parent1a36ed51a8e1e073dad6dc14b683ef68d44f98fa (diff)
downloadpatchwork-6267a5fad01db859c1b31561124f00a5b97299f4.tar
patchwork-6267a5fad01db859c1b31561124f00a5b97299f4.tar.gz
Drop support for Python 3.4, add Python 3.7
It's no longer supported upstream and the *second* last Ubuntu LTS release provides something newer. Time to move on. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'README.rst')
-rw-r--r--README.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b45c3e6..01da419 100644
--- a/README.rst
+++ b/README.rst
@@ -41,9 +41,9 @@ of community projects.
Requirements
------------
-- Python (2.7, 3.4 - 3.6)
+- Python (2.7, 3.5 - 3.7)
-- Django (1.11 - 2.0)
+- Django (1.11 - 2.2)
- Django REST Framework (3.6 - 3.9)