Update Django and Python build versions

* Add Django 3.1 builds
* Django main is now 3.2dev; add test settings
* Rough in changelog deprecation notice for Django 1.11
  and Python 2.7
* Travis-CI is apparently supporting pypy3 alias now
* Travis-CI has apparently added Python 3.8 release now
This commit is contained in:
medmunds
2020-07-22 14:13:59 -07:00
committed by Mike Edmunds
parent a68938bdc6
commit 448d5ec8e5
5 changed files with 160 additions and 17 deletions

View File

@@ -28,7 +28,10 @@ Release history
vNext
-----
*Unreleased changes in master*
*Unreleased changes in development*
This is an extended support release. Anymail vNext will receive security updates
and fixes for any breaking ESP API changes through at least July, 2021.
Fixes
~~~~~
@@ -36,6 +39,19 @@ Fixes
* **Amazon SES:** Fix bcc, which wasn't working at all on non-template sends.
(Thanks to `@mwheels`_ for reporting the issue.)
Features
~~~~~~~~
* Test against Django 3.1 release candidates
Deprecations
~~~~~~~~~~~~
* This will be the last Anymail release to support Django 1.11 and Python 2.7.
If these deprecations affect you and you cannot upgrade, set your requirements to
`django-anymail~=7.2` (a "compatible release" specifier, equivalent to `>=7.2,==7.*`).
v7.1