Skip to content

Commit

Permalink
Fix tox dependency bound.
Browse files Browse the repository at this point in the history
  • Loading branch information
SupImDos committed Mar 27, 2024
1 parent e7621f1 commit 09e6e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ deps =
django32: Django>=3.2,<3.3
django40: Django>=4.0,<4.1
django41: Django>=4.1,<4.2
django42: Django>=4.2,<5
django42: Django>=4.2,<5.0

drf310: djangorestframework>=3.10,<3.11
drf311: djangorestframework>=3.11,<3.12
Expand Down

0 comments on commit 09e6e67

Please sign in to comment.