Skip to content

Commit ed4347b

Browse files
committed
Update the tox configuration to use Wagtail 7.0 and Django 5.2
1 parent b4fe246 commit ed4347b

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-wagtail{63,70}
5-
py{310,311,312,313}-django{51,52}-wagtail{63,70}
4+
py{39,310,311,312}-django42-wagtail70
5+
py{310,311,312,313}-django{51,52}-wagtail70
66
# Old Wagtail versions with the oldest Django LTS and Python
77
py39-django42-wagtail52
88
isolated_build = True

0 commit comments

Comments
 (0)