Update Python and Django versions in tox.ini

- remove Django 3.1
- add Django 4.0b1
- add Python 3.10
This commit is contained in:
Paolo Melchiorre 2021-10-26 18:29:54 +02:00 committed by GitHub
parent 1dce659946
commit 51c7d783ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,8 +5,8 @@ minversion = 1.8
whitelist_externals = sphinx-build
envlist =
py36-checkqa
py{36,37,38,39,py3}-dj{22,30,31,32}
py{38,39}-djmain
py{36,37,38,39,py3}-dj{22,31,32}
py{38,39,310}-dj{40,main}
[gh-actions]
python =
@ -14,6 +14,7 @@ python =
3.7: py37
3.8: py38
3.9: py39
"3.10": py10
pypy3: pypy3
[testenv]
@ -24,9 +25,9 @@ setenv =
COVERAGE_PROCESS_START = {toxinidir}/setup.cfg
deps =
dj22: django~=2.2.17
dj30: django~=3.0.11
dj31: django~=3.1.3
dj32: https://github.com/django/django/archive/stable/3.2.x.tar.gz
dj32: django~=3.2.0
dj40: django==4.0b1
djmain: https://github.com/django/django/archive/main.tar.gz
coverage
coverage_enable_subprocess