diff --git a/tox.ini b/tox.ini index 57e0dde..60f8950 100644 --- a/tox.ini +++ b/tox.ini @@ -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