Skip to content

Commit

Permalink
Update testing to iniclude wagtail 6.3 and Django 5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Nov 21, 2024
1 parent 18595fe commit dd486bf
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
'Framework :: Django :: 4.2',
'Framework :: Django :: 5',
'Framework :: Django :: 5.0',
'Framework :: Django :: 5.1',
'Framework :: Wagtail',
'Framework :: Wagtail :: 5',
'Framework :: Wagtail :: 6',
Expand Down
7 changes: 5 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
skip_missing_interpreters = True

envlist =
py{39,310,311}-dj42-wt{52,60,61,62}
py{310,311,312}-dj50-wt{52,60,61,62}
py{39,310,311}-dj42-wt{52,60,61,62,63}
py{310,311,312}-dj50-wt{52,60,61,62,63}
py{310,311,312}-dj51-wt{63}
flake8,isort,docs

[gh-actions]
Expand All @@ -24,11 +25,13 @@ deps =
{[base]deps}
dj42: django>=4.2,<4.3
dj50: django>=5.0,<5.1
dj51: django>=5.1,<5.2
djHEAD: django
wt52: Wagtail>=5.2,<5.3
wt60: Wagtail>=6.0,<6.1
wt61: Wagtail>=6.1,<6.2
wt62: Wagtail>=6.2,<6.3
wt63: Wagtail>=6.3,<6.4
wtHEAD: Wagtail

[testenv:flake8]
Expand Down

0 comments on commit dd486bf

Please sign in to comment.