Skip to content

Commit cc5ceb7

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

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

tox.ini

Lines changed: 4 additions & 4 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,313}-django42-wagtail62
5-
py{310,311,312,313}-django{50,51}-wagtail62
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
@@ -18,10 +18,10 @@ python =
1818
[testenv]
1919
deps =
2020
django42: Django>=4.2,<5.0
21-
django50: Django>=5.0,<5.1
2221
django51: Django>=5.1,<5.2
22+
django52: Django>=5.2,<5.3
2323
wagtail52: wagtail>=5.2,<5.3
24-
wagtail62: wagtail>=6.2,<6.3
24+
wagtail70: wagtail>=7.0,<7.1
2525
pytest
2626
pytest-django
2727
extras = dev

0 commit comments

Comments
 (0)