Skip to content

Commit 14c6add

Browse files
authored
Merge pull request #43 from torchbox-forks/support/wagtail-7.1-maintenance
Update for Wagtail 7.1 support
2 parents 8fda0ee + 4fb1780 commit 14c6add

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88

99
## [Unreleased]
1010

11+
- Wagtail 7.1 support/testing
12+
1113
## [2.4.1] - 2025-06-27
1214

1315
- Use Trusted Publishing to authenticate with PyPI when publishing.

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@
3636
"Programming Language :: Python :: 3.12",
3737
"Programming Language :: Python :: 3.13",
3838
"Framework :: Wagtail",
39-
"Framework :: Wagtail :: 5",
4039
"Framework :: Wagtail :: 6",
40+
"Framework :: Wagtail :: 7",
4141
],
4242
extras_require={"testing": testing_extras, "development": development_extras},
4343
)

tox.ini

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ usedevelop = True
44
skip_missing_interpreters = True
55

66
envlist =
7-
python{39,310,311,312}-django{42}-wagtail{52,63,64,70}
8-
python{39,310,311,312}-django{51,52}-wagtail{63,64,70}
9-
python313-django{51,52}-wagtail{63,64,70}
7+
python{39,310,311,312}-django{42}-wagtail{63,70,71}
8+
python{39,310,311,312}-django{51,52}-wagtail{63,70,71}
9+
python313-django{51,52}-wagtail{63,70,71}
1010

1111
[testenv]
1212
install_command = pip install -e ".[testing]" -U {opts} {packages}
@@ -19,10 +19,9 @@ deps =
1919
django42: Django>=4.2,<4.3
2020
django51: Django>=5.1,<5.2
2121
django52: Django>=5.2,<5.3
22-
wagtail52: wagtail>=5.2,<5.3
2322
wagtail63: wagtail>=6.3,<6.4
24-
wagtail64: wagtail>=6.4,<6.5
2523
wagtail70: wagtail>=7.0,<7.1
24+
wagtail71: wagtail>=7.1,<7.2
2625
coverage
2726

2827
basepython =

0 commit comments

Comments
 (0)