Skip to content

Commit b3f5a83

Browse files
committed
Add wagtail 6.3 back into tox testing
1 parent ed4347b commit b3f5a83

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,8 +1,8 @@
11
[tox]
22
envlist =
33
# Django versions with their respectively supported Python versions and the most recent Wagtail LTS
4-
py{39,310,311,312}-django42-wagtail70
5-
py{310,311,312,313}-django{51,52}-wagtail70
4+
py{39,310,311,312}-django42-wagtail{63,70}
5+
py{310,311,312,313}-django{51,52}-wagtail{63,70}
66
# Old Wagtail versions with the oldest Django LTS and Python
77
py39-django42-wagtail52
88
isolated_build = True

0 commit comments

Comments
 (0)