Skip to content

Commit bb86ac2

Browse files
authored
Add Wagtail 6.4 to the test matrix (#153)
1 parent 6884ab8 commit bb86ac2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

tox.ini

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
min_version = 4.22
33

44
envlist =
5-
py{39,310,311}-dj42-wagtail{52,63}
6-
py{310,311}-dj50-wagtail{52,62,63}
7-
py{312,313}-dj51-wagtail63
5+
py{39,310,311}-dj42-wagtail{52,63,64}
6+
py{310,311}-dj50-wagtail{52,62,63,64}
7+
py{312,313}-dj51-wagtail{63,64}
88

99
[gh-actions]
1010
python =
@@ -38,6 +38,7 @@ deps =
3838
wagtail5.2: wagtail>=5.2,<5.3
3939
wagtail6.2: wagtail>=6.2,<6.3
4040
wagtail6.3: wagtail>=6.3,<6.4
41+
wagtail6.4: wagtail>=6.4,<6.5
4142

4243
install_command = python -m pip install -U {opts} {packages}
4344
commands =

0 commit comments

Comments
 (0)