Add support port Django 3.2 and Python 3.10 in tox

Django 3.2.9 adds compatibility with Python 3.10.
https://docs.djangoproject.com/en/3.2/releases/3.2.9/
This commit is contained in:
Paolo Melchiorre 2021-11-01 12:20:42 +01:00 committed by GitHub
parent 1f17d675a1
commit dcce8bccfd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ envlist =
py36-checkqa
py{36,37,py3}-dj{22,31,32}
py{38,39}-dj{22,31,32,40,main}
py{310}-dj{40,main}
py{310}-dj{32,40,main}
[gh-actions]
python =
@ -27,7 +27,7 @@ setenv =
deps =
dj22: django~=2.2.17
dj31: django~=3.1.3
dj32: django~=3.2.0
dj32: django~=3.2.9
dj40: django>=4.0b1,<4.1
djmain: https://github.com/django/django/archive/main.tar.gz
coverage