Skip to content

Commit

Permalink
Allow Wagtail 4.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
zerolab committed Jan 18, 2024
1 parent 513cb9e commit 1a4e58b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dynamic = ["version"]
requires-python = ">=3.8"
dependencies = [
"Django>=3.2,<5.1",
"Wagtail>=5.2",
"Wagtail>=4.1",
"wagtail-localize>=1.0",
"pygit2>=1.0,<2.0",
"gitpython>=3.0,<4.0",
Expand Down
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
min_version = 4.0

envlist =
py{3.8,3.9,3.10}-django{3.2}-wagtail{5.2}
py{3.8,3.9,3.10}-django{3.2}-wagtail{4.1, 5.2}
py{3.8,3.9,3.10,3.11,3.12}-django{4.2}-wagtail{5.2}
py{3.10,3.11,3.12}-django{5.0}-wagtail{5.2}

Expand Down Expand Up @@ -39,6 +39,7 @@ deps =
django5.0: Django>=5.0,<5.1
djmain: git+https://github.com/django/django.git@main#egg=Django

wagtail4.1: wagtail>=4.1,<4.2
wagtail5.2: wagtail>=5.2,<5.3
wagtailmain: git+https://github.com/wagtail/wagtail.git

Expand Down

0 comments on commit 1a4e58b

Please sign in to comment.