Skip to content

Commit 41b3859

Browse files
rachelhsmithnickmoreton
authored andcommitted
update tox configuration for wagtail 7.1
1 parent b3f5a83 commit 41b3859

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Unreleased
44

5-
- Add testing for Wagtail 6.3 & 7.0
5+
- Add testing for Wagtail 6.3, 7.0 and 7.1
66
- Use python 3.13 across workflows and formatting
77

88
## v2.0.1 (2024-10-22)

tox.ini

Lines changed: 3 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-wagtail{63,70,71}
5+
py{310,311,312,313}-django{51,52}-wagtail{63,70,71}
66
# Old Wagtail versions with the oldest Django LTS and Python
77
py39-django42-wagtail52
88
isolated_build = True
@@ -22,6 +22,7 @@ deps =
2222
django52: Django>=5.2,<5.3
2323
wagtail52: wagtail>=5.2,<5.3
2424
wagtail70: wagtail>=7.0,<7.1
25+
wagtail71: wagtail>=7.1,<7.2
2526
pytest
2627
pytest-django
2728
extras = dev

0 commit comments

Comments
 (0)