Skip to content

Commit

Permalink
Bump minimum Wagtail version to 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
laymonage committed Jan 30, 2024
1 parent 41e30dd commit 88c114b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ This package is in maintenance mode and will not receive new features. Consider

- Python 3.8, 3.9, 3.10, 3.11
- Django 3.2, 4.1, 4.2
- Wagtail 5.0, 5.1
- Wagtail 5.2, 6.0

## Installation

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ classifiers = [
dynamic = ["version"]
requires-python = ">=3.8"
dependencies = [
"Wagtail>=5.0"
"Wagtail>=5.2"
]
[project.optional-dependencies]
testing = [
Expand Down

0 comments on commit 88c114b

Please sign in to comment.