Drop support for Django 2.x and Python 3.5

This commit is contained in:
medmunds
2022-08-29 13:10:14 -07:00
committed by Mike Edmunds
parent a4f50c4340
commit 3f05623a2f
7 changed files with 37 additions and 280 deletions

View File

@@ -28,7 +28,14 @@ Release history
vNext
-----
*Unreleased changes*
*Unreleased v9.0 changes*
Breaking changes
~~~~~~~~~~~~~~~~
* Require **Django 3.0 or later** and Python 3.6 or later. (For compatibility
with Django 2.x or Python 3.5, stay on the Anymail `v8.6 LTS`_ extended support
branch by setting your requirements to `django-anymail~=8.6`.)
Features
~~~~~~~~
@@ -46,6 +53,11 @@ Fixes
unsubscribe, subscribe, or bounce tracking events, rather than "unknown".
(Thanks to `@puru02`_ for the fix.)
Other
~~~~~
* Test on Python 3.11 with Django development (Django 4.2) branch.
v8.6 LTS
--------