Skip to content

Commit

Permalink
Drop support for Wagtail < 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 committed May 16, 2024
1 parent 061d466 commit 653360b
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 6 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

## Unreleased

- Drop support for Wagtail < 5.2 @katdom13
- Add support for Wagtail 6.0 @katdom13
- Add support for Django 5.0 by @katdom13
- Add compatibility tests for Wagtail 6.0 and Python 3.12 @katdom13
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ classifiers = [
dynamic = ["version"] # will read __version__ from wagtail_footnotes/__init__.py
requires-python = ">=3.8"
dependencies = [
"Wagtail>=4.1",
"Wagtail>=5.2",
"Django>=3.2",
]

Expand Down
8 changes: 3 additions & 5 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,9 @@
min_version = 4.0

envlist =
python{3.8,3.9,3.10,3.11}-django{3.2}-wagtail{4.1,5.2}
python3.12-django3.2-wagtail5.2
python{3.8,3.9,3.10,3.11}-django{4.2}-wagtail{5.2,6.0}
python{3.10,3.11,3.12}-django{5.0}-wagtail{5.2,6.0}
python{3.8,3.9,3.10,3.11,3.12}-django3.2-wagtail5.2
python{3.8,3.9,3.10,3.11}-django4.2-wagtail{5.2,6.0}
python{3.10,3.11,3.12}-django5.0-wagtail{5.2,6.0}

[gh-actions]
python =
Expand All @@ -31,7 +30,6 @@ deps =
django4.2: Django>=4.2,<4.3
django5.0: Django>=5.0,<5.1

wagtail4.1: wagtail>=4.1,<4.2
wagtail5.2: wagtail>=5.2,<5.3
wagtail6.0: wagtail>=6.0,<6.1

Expand Down

0 comments on commit 653360b

Please sign in to comment.