summaryrefslogtreecommitdiff
path: root/releasenotes/notes
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 /releasenotes/notes
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 'releasenotes/notes')
-rw-r--r--releasenotes/notes/python-3-7-support-ce63d67b2de68497.yaml9
1 files changed, 9 insertions, 0 deletions
diff --git a/releasenotes/notes/python-3-7-support-ce63d67b2de68497.yaml b/releasenotes/notes/python-3-7-support-ce63d67b2de68497.yaml
new file mode 100644
index 0000000..f31e9cd
--- /dev/null
+++ b/releasenotes/notes/python-3-7-support-ce63d67b2de68497.yaml
@@ -0,0 +1,9 @@
+---
+features:
+ - |
+ `Python 3.7 <https://www.python.org/downloads/release/python-370/>`_ is now
+ supported.
+upgrade:
+ - |
+ Python 3.4 is no longer supported. This is no longer supported upstream and
+ most distributions provide a newer version.