Skip to content

Commit 7459f59

Browse files
nickmoretonMrCordeiro
authored andcommitted
Introduce testing for Django 5.1 and Wagtail 6.3
1 parent 456def9 commit 7459f59

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

README.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ wagtailmenus is an extension for Torchbox's `Wagtail CMS <https://github.com/tor
3232
The current version is tested for compatibility with the following:
3333

3434
- Wagtail versions >= 5.2
35-
- Django versions 4.2 and >= 5.0
35+
- Django versions 4.2, 5.0 and >= 5.1
3636
- Python versions 3.9 to 3.12
3737

3838
.. image:: https://raw.githubusercontent.com/jazzband/wagtailmenus/master/docs/source/_static/images/repeating-item.png

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@
6969
'Framework :: Django',
7070
'Framework :: Django :: 4.2',
7171
'Framework :: Django :: 5.0',
72+
'Framework :: Django :: 5.1',
7273
'Framework :: Wagtail :: 5',
7374
'Framework :: Wagtail :: 6',
7475
'Topic :: Internet :: WWW/HTTP',

tox.ini

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ envlist =
99
wt60-dj50-py{310,311,312}
1010
wt61-dj{42,50}-py{310,311,312}
1111
wt62-dj{42,50}-py{310,311,312}
12+
wt63-dj{42,50,51}-py{310,311,312}
1213

1314
[gh-actions]
1415
python =
@@ -27,7 +28,9 @@ deps =
2728
coverage
2829
dj42: Django>=4.2,<4.3
2930
dj50: Django>=5.0,<5.1
31+
dj51: Django>=5.1,<5.2
3032
wt52: wagtail>=5.2,<5.3
3133
wt60: wagtail>=6.0,<6.1
3234
wt61: wagtail>=6.1,<6.2
3335
wt62: wagtail>=6.2,<6.3
36+
wt63: wagtail>=6.3,<6.4

0 commit comments

Comments
 (0)