Skip to content

Commit 9e9d4b5

Browse files
committed
Add support for Wagtail 7.1
1 parent bbf48aa commit 9e9d4b5

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

tox.ini

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
[tox]
22
envlist =
3-
py{39,310,311,312}-django42-wagtail{63,64,70}-{sqlite,postgres}
4-
py{310,311,312,313}-django51-wagtail{63,64,70}-{sqlite,postgres}
5-
; 6.3 LTS and 7.0 are the only versions to support Django 5.2 as of now
6-
py{310,311,312,313}-django52-wagtail{63,70}-{sqlite,postgres}
3+
py{39,310,311,312}-django42-wagtail{63,64,70,71}-{sqlite,postgres}
4+
py{310,311,312,313}-django51-wagtail{63,64,70,71}-{sqlite,postgres}
5+
; 6.3 and up support Django 5.2
6+
py{310,311,312,313}-django52-wagtail{63,70,71}-{sqlite,postgres}
77

88
[testenv]
99
allowlist_externals = coverage
@@ -22,7 +22,8 @@ deps =
2222

2323
wagtail63: wagtail~=6.3.0
2424
wagtail64: wagtail~=6.4.0
25-
wagtail70: wagtail>=7.0.0,<7.1
25+
wagtail70: wagtail~=7.0.0
26+
wagtail71: wagtail~=7.1.0
2627

2728
postgres: psycopg2>=2.9
2829
extras = testing

0 commit comments

Comments
 (0)