summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <stephen@that.guru>2020-04-08 21:57:59 +0100
committerStephen Finucane <stephen@that.guru>2020-04-08 23:30:39 +0100
commitdc9c4fe12c1af3efe578e2ac428aed01969bf95b (patch)
tree4f9aee3b5b6a636159707ac518143e821f6efddb /releasenotes
parent5b998c91ff7b9e54c57f5bdc76003879a7156ab3 (diff)
downloadpatchwork-dc9c4fe12c1af3efe578e2ac428aed01969bf95b.tar
patchwork-dc9c4fe12c1af3efe578e2ac428aed01969bf95b.tar.gz
tox: Drop support for Django < 2.2, Python < 3.6
Each of these versions of Django is now EOL, and Python 3.5 will be EOL by time we release the next version. Drop it. The Python 2.7 cleanup will be done separately. Signed-off-by: Stephen Finucane <stephen@that.guru>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/remove-django-1-11-2-0-and-2-1-support-4e98262f9be9911b.yaml12
-rw-r--r--releasenotes/notes/remove-python-2-7-3-5-support-4a1314b1145cb1db.yaml5
2 files changed, 17 insertions, 0 deletions
diff --git a/releasenotes/notes/remove-django-1-11-2-0-and-2-1-support-4e98262f9be9911b.yaml b/releasenotes/notes/remove-django-1-11-2-0-and-2-1-support-4e98262f9be9911b.yaml
new file mode 100644
index 0000000..2f1a2c6
--- /dev/null
+++ b/releasenotes/notes/remove-django-1-11-2-0-and-2-1-support-4e98262f9be9911b.yaml
@@ -0,0 +1,12 @@
+---
+upgrade:
+ - |
+ Django 1.11, 2.0 and 2.1 are no longer supported. These are no longer
+ supported upstream and most distributions provide a newer version.
+ - |
+ djangorestframework 3.6, 3.7, 3.8 and 3.9 are no longer supported. These
+ were only used with Django 1.11 to 2.1 and are not compatible with any
+ version now supported by Patchwork.
+ - |
+ django-filter 1.1.0 is no longer supported. This was only used with Django
+ 1.11 and is not compatible with any version now supported by Patchwork.
diff --git a/releasenotes/notes/remove-python-2-7-3-5-support-4a1314b1145cb1db.yaml b/releasenotes/notes/remove-python-2-7-3-5-support-4a1314b1145cb1db.yaml
new file mode 100644
index 0000000..0ca5c51
--- /dev/null
+++ b/releasenotes/notes/remove-python-2-7-3-5-support-4a1314b1145cb1db.yaml
@@ -0,0 +1,5 @@
+---
+upgrade:
+ - |
+ Python 2.7 and 3.5 are no longer supported. These are no longer supported
+ upstream and most distributions provide a newer version.