Skip to content

Commit da22c17

Browse files
authored
Restrict Django version to <6
Fixes the CI.
1 parent f02ea33 commit da22c17

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@
6464
"graphene>=3.0,<4",
6565
"graphql-core>=3.1.0,<4",
6666
"graphql-relay>=3.1.1,<4",
67-
"Django>=3.2",
67+
"Django>=3.2,<6",
6868
"promise>=2.1",
6969
"text-unidecode",
7070
],

0 commit comments

Comments
 (0)