Skip to content

Commit 93e137d

Browse files
committed
Stop testing against Wagtail 6.4
To reduce testing matrix size. Wagtail 6.4 is not officially supported anymore by the Wagtail team.
1 parent 9e9d4b5 commit 93e137d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tox.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312}-django42-wagtail{63,64,70,71}-{sqlite,postgres}
4-
py{310,311,312,313}-django51-wagtail{63,64,70,71}-{sqlite,postgres}
3+
py{39,310,311,312}-django42-wagtail{63,70,71}-{sqlite,postgres}
4+
py{310,311,312,313}-django51-wagtail{63,70,71}-{sqlite,postgres}
55
; 6.3 and up support Django 5.2
66
py{310,311,312,313}-django52-wagtail{63,70,71}-{sqlite,postgres}
77

0 commit comments

Comments
 (0)