Skip to content

Commit 747d1ef

Browse files
committed
ci: Fix integration test failure
1 parent 8fd9eb6 commit 747d1ef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
"django": (
3232
[
3333
"django-cors-headers==3.11.0",
34-
"django==3",
34+
"django>=3",
3535
"django-stubs==1.9.0",
3636
"uvicorn==0.18.2",
3737
"python-dotenv==0.19.2",
@@ -40,7 +40,7 @@
4040
"django2x": (
4141
[
4242
"django-cors-headers==2.0",
43-
"django==2",
43+
"django>=2,<3",
4444
"django-stubs==1.9.0",
4545
"python-dotenv==0.19.2",
4646
]

0 commit comments

Comments
 (0)