Skip to content

Commit 8df2fa3

Browse files
committed
Add Django 4.0a1 to tox.ini
1 parent 1a3caba commit 8df2fa3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

tox.ini

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,17 @@ envlist =
44
style
55
packaging
66
py{36,37}-dj{22,31,32}-sqlite
7-
py{38,39}-dj{22,31,32,main}-sqlite
7+
py{38,39}-dj{22,31,32,40,main}-sqlite
88
py{36,37,38,39}-dj{22,31,32}-{postgresql,mysql}
9-
py{310}-dj{32,main}-{sqlite,postgresql,mysql}
9+
py{38,39}-dj{40,main}-{postgresql,mysql}
10+
py{310}-dj{32,40,main}-{sqlite,postgresql,mysql}
1011

1112
[testenv]
1213
deps =
1314
dj22: Django==2.2.*
1415
dj31: Django==3.1.*
15-
dj32: Django>=3.2a1,<4.0
16+
dj32: Django>=3.2,<4.0
17+
dj40: Django>=4.0a1,<4.1
1618
sqlite: mock
1719
postgresql: psycopg2-binary
1820
mysql: mysqlclient

0 commit comments

Comments
 (0)