Skip to content

Commit a36b30a

Browse files
committed
Use channels 3 and django 3 if available
1 parent 43d447f commit a36b30a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: setup.cfg

-2
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,6 @@ test =
5555
mock; python_version<"3"
5656
django==1.11.*; python_version<"3"
5757
channels==1.*; python_version<"3"
58-
django==2.*; python_version>="3"
59-
channels==2.*; python_version>="3"
6058
django==3.*; python_version>="3"
6159
channels==3.*; python_version>="3"
6260
aiohttp; python_version>="3.5"

0 commit comments

Comments
 (0)