@@ -4,14 +4,15 @@ envlist =
4
4
docs
5
5
packaging
6
6
py{39,310,311,312}-dj{42}-{sqlite,postgresql,postgis,mysql}
7
- py{310,311,312}-dj{42,50,51,main }-{sqlite,postgresql,psycopg3,postgis,mysql}
8
- py{313}-dj{51,main}-{sqlite,psycopg3,postgis3,mysql}
7
+ py{310,311,312}-dj{42,50,51,52 }-{sqlite,postgresql,psycopg3,postgis,mysql}
8
+ py{313}-dj{51,52, main}-{sqlite,psycopg3,postgis3,mysql}
9
9
10
10
[testenv]
11
11
deps =
12
12
dj42: django~=4.2.1
13
13
dj50: django~=5.0.2
14
14
dj51: django~=5.1.0
15
+ dj52: django~=5.2.0a1
15
16
djmain: https://github.com/django/django/archive/main.tar.gz
16
17
postgresql: psycopg2-binary
17
18
psycopg3: psycopg[binary]
@@ -51,28 +52,28 @@ pip_pre = True
51
52
commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
52
53
53
54
54
- [testenv:py{39,310,311,312,313}-dj{42,50,51,main}-{postgresql,psycopg3}]
55
+ [testenv:py{39,310,311,312,313}-dj{42,50,51,52, main}-{postgresql,psycopg3}]
55
56
setenv =
56
57
{[testenv]setenv}
57
58
DB_BACKEND = postgresql
58
59
DB_PORT = {env:DB_PORT:5432}
59
60
60
61
61
- [testenv:py{39,310,311,312,313}-dj{42,50,51,main}-{postgis,postgis3}]
62
+ [testenv:py{39,310,311,312,313}-dj{42,50,51,52, main}-{postgis,postgis3}]
62
63
setenv =
63
64
{[testenv]setenv}
64
65
DB_BACKEND = postgis
65
66
DB_PORT = {env:DB_PORT:5432}
66
67
67
68
68
- [testenv:py{39,310,311,312,313}-dj{42,50,51,main}-mysql]
69
+ [testenv:py{39,310,311,312,313}-dj{42,50,51,52, main}-mysql]
69
70
setenv =
70
71
{[testenv]setenv}
71
72
DB_BACKEND = mysql
72
73
DB_PORT = {env:DB_PORT:3306}
73
74
74
75
75
- [testenv:py{39,310,311,312,313}-dj{42,50,51,main}-sqlite]
76
+ [testenv:py{39,310,311,312,313}-dj{42,50,51,52, main}-sqlite]
76
77
setenv =
77
78
{[testenv]setenv}
78
79
DB_BACKEND = sqlite3
0 commit comments