Skip to content

Commit 1a5a761

Browse files
authored
Add Django 4.0a1 to tox.ini (#1508)
* Add Django 4.0a1 to tox.ini * Rewrite the tox.ini matrix Thanks @felixmm!
1 parent 1a3caba commit 1a5a761

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

tox.ini

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,16 @@ envlist =
33
docs
44
style
55
packaging
6-
py{36,37}-dj{22,31,32}-sqlite
7-
py{38,39}-dj{22,31,32,main}-sqlite
8-
py{36,37,38,39}-dj{22,31,32}-{postgresql,mysql}
9-
py{310}-dj{32,main}-{sqlite,postgresql,mysql}
6+
py{36,37}-dj{22,31,32}-{sqlite,postgresql,mysql}
7+
py{38,39}-dj{22,31,32,40,main}-{sqlite,postgresql,mysql}
8+
py{310}-dj{40,main}-{sqlite,postgresql,mysql}
109

1110
[testenv]
1211
deps =
1312
dj22: Django==2.2.*
1413
dj31: Django==3.1.*
15-
dj32: Django>=3.2a1,<4.0
14+
dj32: Django>=3.2,<4.0
15+
dj40: Django>=4.0a1,<4.1
1616
sqlite: mock
1717
postgresql: psycopg2-binary
1818
mysql: mysqlclient

0 commit comments

Comments
 (0)