Update tests, CI, readme for Django 2.2 release.

(Earlier Anymail releases work fine with Django 2.2, and have been
tested against it; this just makes everything official.)

Prefer Python 3.7 and Django 2.2 for "extra" tests (live integration,
optional packages, Django master).
This commit is contained in:
medmunds
2019-05-08 13:29:56 -07:00
parent ebb6b041e7
commit 44518ed69f
3 changed files with 15 additions and 16 deletions

View File

@@ -41,7 +41,7 @@ built-in `django.core.mail` package. It includes:
with simplified, portable access to attachments and other inbound content
Anymail is released under the BSD license. It is extensively tested against
Django 1.11--2.1 (including Python 2.7, Python 3 and PyPy).
Django 1.11--2.2 (including Python 2.7, Python 3 and PyPy).
Anymail releases follow `semantic versioning <http://semver.org/>`_.
.. END shared-intro