Skip to content

Commit

Permalink
Loosen Wagtail 4.1 version constraint
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Braghis <[email protected]>
  • Loading branch information
Stormheg and zerolab authored Oct 25, 2022
1 parent 1be6ece commit a49a249
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 @@ -18,7 +18,7 @@ deps=
wagtail40: wagtail>=4.0,<4.1 # Current latest

; TODO: use final release when available
wagtail41: wagtail==4.1rc1 # Upcoming LTS
wagtail41: wagtail>=4.1rc1,<4.2 # Upcoming LTS
extras=test

[testenv:wagtailmain]
Expand Down

0 comments on commit a49a249

Please sign in to comment.