Skip to content

Commit

Permalink
Fix tox test for django-cms 3.11 and higher
Browse files Browse the repository at this point in the history
Should not go to version 4 yet.
  • Loading branch information
andre-dasilva committed Apr 4, 2024
1 parent c69080c commit 6ed8478
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 @@ -20,7 +20,7 @@ deps =
dj42: Django>=4.2,<5.0
cms39: django-cms>=3.9,<3.10
cms310: django-cms>=3.10,<3.11
cms311: django-cms>=3.11
cms311: django-cms>=3.11,<4.0
commands =
pytest .

Expand Down

0 comments on commit 6ed8478

Please sign in to comment.