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

@@ -1,7 +1,7 @@
"""
Django settings for Anymail tests.
Generated by 'django-admin startproject' using Django 3.0a1.
Generated by 'django-admin startproject' using Django 3.1.
For more information on this file, see
https://docs.djangoproject.com/en/dev/topics/settings/