@@ -4,14 +4,12 @@ envlist =
4
4
docs
5
5
packaging
6
6
py{38,39,310}-dj32-{sqlite,postgresql,postgis,mysql}
7
- py310-dj40-sqlite
8
7
py{310,311}-dj41-{sqlite,postgresql,postgis,mysql}
9
8
py{310,311,312}-dj{42,50,main}-{sqlite,postgresql,psycopg3,postgis,mysql}
10
9
11
10
[testenv]
12
11
deps =
13
12
dj32: django~=3.2.9
14
- dj40: django~=4.0.0
15
13
dj41: django~=4.1.3
16
14
dj42: django~=4.2.1
17
15
dj50: django~=5.0a1
@@ -51,28 +49,28 @@ pip_pre = True
51
49
commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
52
50
53
51
54
- [testenv:py{38,39,310,311,312}-dj{32,40, 41,42,50,main}-{postgresql,psycopg3}]
52
+ [testenv:py{38,39,310,311,312}-dj{32,41,42,50,main}-{postgresql,psycopg3}]
55
53
setenv =
56
54
{[testenv]setenv}
57
55
DB_BACKEND = postgresql
58
56
DB_PORT = {env:DB_PORT:5432}
59
57
60
58
61
- [testenv:py{38,39,310,311,312}-dj{32,40, 41,42,50,main}-postgis]
59
+ [testenv:py{38,39,310,311,312}-dj{32,41,42,50,main}-postgis]
62
60
setenv =
63
61
{[testenv]setenv}
64
62
DB_BACKEND = postgis
65
63
DB_PORT = {env:DB_PORT:5432}
66
64
67
65
68
- [testenv:py{38,39,310,311,312}-dj{32,40, 41,42,50,main}-mysql]
66
+ [testenv:py{38,39,310,311,312}-dj{32,41,42,50,main}-mysql]
69
67
setenv =
70
68
{[testenv]setenv}
71
69
DB_BACKEND = mysql
72
70
DB_PORT = {env:DB_PORT:3306}
73
71
74
72
75
- [testenv:py{38,39,310,311,312}-dj{32,40, 41,42,50,main}-sqlite]
73
+ [testenv:py{38,39,310,311,312}-dj{32,41,42,50,main}-sqlite]
76
74
setenv =
77
75
{[testenv]setenv}
78
76
DB_BACKEND = sqlite3
0 commit comments