@@ -3,8 +3,7 @@ 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}
87 py{310,311}-dj{41,42,main}-{sqlite,postgresql,postgis,mysql}
98
109[testenv]
@@ -47,25 +46,25 @@ allowlist_externals = make
4746pip_pre = True
4847commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
4948
50- [testenv:py{37, 38,39,310,311}-dj{32,40,41 ,main}-postgresql]
49+ [testenv:py{38,39,310,311}-dj{32,41,42 ,main}-postgresql]
5150setenv =
5251 {[testenv]setenv}
5352 DB_BACKEND = postgresql
5453 DB_PORT = {env:DB_PORT:5432}
5554
56- [testenv:py{37, 38,39,310,311}-dj{32,40,41 ,main}-postgis]
55+ [testenv:py{38,39,310,311}-dj{32,41,42 ,main}-postgis]
5756setenv =
5857 {[testenv]setenv}
5958 DB_BACKEND = postgis
6059 DB_PORT = {env:DB_PORT:5432}
6160
62- [testenv:py{37, 38,39,310,311}-dj{32,40,41 ,main}-mysql]
61+ [testenv:py{38,39,310,311}-dj{32,41,42 ,main}-mysql]
6362setenv =
6463 {[testenv]setenv}
6564 DB_BACKEND = mysql
6665 DB_PORT = {env:DB_PORT:3306}
6766
68- [testenv:py{37, 38,39,310,311}-dj{32,40,41 ,main}-sqlite]
67+ [testenv:py{38,39,310,311}-dj{32,41,42 ,main}-sqlite]
6968setenv =
7069 {[testenv]setenv}
7170 DB_BACKEND = sqlite3
@@ -88,7 +87,6 @@ skip_install = true
8887
8988[gh-actions]
9089python =
91- 3.7: py37
9290 3.8: py38
9391 3.9: py39
9492 3.10: py310
0 commit comments