@@ -3,8 +3,8 @@ isolated_build = true
33envlist =
44 docs
55 packaging
6- py{37 }-dj{32}-{sqlite,postgresql,postgis,mysql}
7- py{38,39, 310}-dj{32,40,41,42 }-{sqlite,postgresql,postgis,mysql }
6+ py{38,39,310 }-dj{32,41,42 }-{sqlite,postgresql,postgis,mysql}
7+ py{310}-dj{40 }-{sqlite}
88 py{310,311}-dj{41,42,main}-{sqlite,postgresql,postgis,mysql}
99
1010[testenv]
@@ -37,7 +37,7 @@ setenv =
3737 PYTHONPATH = {toxinidir}
3838 PYTHONWARNINGS = d
3939 py39-dj32-postgresql: DJANGO_SELENIUM_TESTS = true
40- py310-dj40 -postgresql: DJANGO_SELENIUM_TESTS = true
40+ py310-dj41 -postgresql: DJANGO_SELENIUM_TESTS = true
4141 DB_NAME = {env:DB_NAME:debug_toolbar}
4242 DB_USER = {env:DB_USER:debug_toolbar}
4343 DB_HOST = {env:DB_HOST:localhost}
@@ -47,25 +47,25 @@ allowlist_externals = make
4747pip_pre = True
4848commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
4949
50- [testenv:py{37, 38,39,310,311}-dj{32,40,41,main}-postgresql]
50+ [testenv:py{38,39,310,311}-dj{32,40,41,42 ,main}-postgresql]
5151setenv =
5252 {[testenv]setenv}
5353 DB_BACKEND = postgresql
5454 DB_PORT = {env:DB_PORT:5432}
5555
56- [testenv:py{37, 38,39,310,311}-dj{32,40,41,main}-postgis]
56+ [testenv:py{38,39,310,311}-dj{32,40,41,42 ,main}-postgis]
5757setenv =
5858 {[testenv]setenv}
5959 DB_BACKEND = postgis
6060 DB_PORT = {env:DB_PORT:5432}
6161
62- [testenv:py{37, 38,39,310,311}-dj{32,40,41,main}-mysql]
62+ [testenv:py{38,39,310,311}-dj{32,40,41,42 ,main}-mysql]
6363setenv =
6464 {[testenv]setenv}
6565 DB_BACKEND = mysql
6666 DB_PORT = {env:DB_PORT:3306}
6767
68- [testenv:py{37, 38,39,310,311}-dj{32,40,41,main}-sqlite]
68+ [testenv:py{38,39,310,311}-dj{32,40,41,42 ,main}-sqlite]
6969setenv =
7070 {[testenv]setenv}
7171 DB_BACKEND = sqlite3
@@ -88,7 +88,6 @@ skip_install = true
8888
8989[gh-actions]
9090python =
91- 3.7: py37
9291 3.8: py38
9392 3.9: py39
9493 3.10: py310
0 commit comments