@@ -3,12 +3,13 @@ envlist =
3
3
docs
4
4
packaging
5
5
py{37}-dj{32}-{sqlite,postgresql,postgis,mysql}
6
- py{38,39,310}-dj{32,40,main}-{sqlite,postgresql,postgis,mysql}
6
+ py{38,39,310}-dj{32,40,41, main}-{sqlite,postgresql,postgis,mysql}
7
7
8
8
[testenv]
9
9
deps =
10
10
dj32: django~=3.2.9
11
11
dj40: django~=4.0.0
12
+ dj41: django>=4.1a1,<4.2
12
13
postgresql: psycopg2-binary
13
14
postgis: psycopg2-binary
14
15
mysql: mysqlclient
@@ -41,25 +42,25 @@ whitelist_externals = make
41
42
pip_pre = True
42
43
commands = python -b -W always -m coverage run -m django test -v2 {posargs:tests}
43
44
44
- [testenv:py{37,38,39,310}-dj{40,main}-postgresql]
45
+ [testenv:py{37,38,39,310}-dj{40,41, main}-postgresql]
45
46
setenv =
46
47
{[testenv]setenv}
47
48
DB_BACKEND = postgresql
48
49
DB_PORT = {env:DB_PORT:5432}
49
50
50
- [testenv:py{37,38,39,310}-dj{32,40,main}-postgis]
51
+ [testenv:py{37,38,39,310}-dj{32,40,41, main}-postgis]
51
52
setenv =
52
53
{[testenv]setenv}
53
54
DB_BACKEND = postgis
54
55
DB_PORT = {env:DB_PORT:5432}
55
56
56
- [testenv:py{37,38,39,310}-dj{32,40,main}-mysql]
57
+ [testenv:py{37,38,39,310}-dj{32,40,41, main}-mysql]
57
58
setenv =
58
59
{[testenv]setenv}
59
60
DB_BACKEND = mysql
60
61
DB_PORT = {env:DB_PORT:3306}
61
62
62
- [testenv:py{37,38,39,310}-dj{32,40,main}-sqlite]
63
+ [testenv:py{37,38,39,310}-dj{32,40,41, main}-sqlite]
63
64
setenv =
64
65
{[testenv]setenv}
65
66
DB_BACKEND = sqlite3
0 commit comments