Skip to content

Commit 95f8e20

Browse files
committed
Use newer Wagtail with Python 3.14
1 parent 9587013 commit 95f8e20

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

tox.ini

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@ envlist =
33
flake8
44
py310-dj42-wt41
55
py310-dj42-wt51
6-
py{310,311,312,313,314}-dj{42}-wt{52}
6+
py310-dj42-wt52
7+
py{311,312,313}-dj{42}-wt{70}
8+
py{314}-dj{42}-wt{72}
79

810
[gh-actions]
911
python =
@@ -29,6 +31,8 @@ deps =
2931
wt41: wagtail>=4.1,<4.2
3032
wt51: wagtail>=5.1,<5.2
3133
wt52: wagtail>=5.2,<5.3
34+
wt70: wagtail>=7.0,<7.1
35+
wt72: wagtail>=7.2,<7.3
3236
geoip2: geoip2
3337

3438
[testenv:coverage-report]

0 commit comments

Comments
 (0)