Skip to content

Commit 8572b24

Browse files
committed
Add Django 4.0 support on tox
1 parent d141085 commit 8572b24

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tox]
22
envlist =
3-
py{36,37,38,39,py}-{dj22,dj30,dj31,dj32}-{fl10,fl11,fl20}
3+
py{36,37,38,39,py}-{dj22,dj30,dj31,dj32}-{fl10,fl11,fl20},py{38,39,py}-{dj40}
44

55
[testenv]
66
basepython =
@@ -23,6 +23,8 @@ deps =
2323
dj30: Django>=3.0,<3.1
2424
dj31: Django>=3.1,<3.2
2525
dj32: Django>=3.2,<3.3
26+
dj40: Django>=4.0,<4.1
27+
2628
commands =
2729
pytest --cov=restless
2830

@@ -40,6 +42,8 @@ DJANGO =
4042
3.0: dj30
4143
3.1: dj31
4244
3.2: dj32
45+
4.0: dj40
46+
4347
FLASK =
4448
1.0: fl10
4549
1.1: fl11

0 commit comments

Comments
 (0)