Skip to content

Commit

Permalink
Update tox.ini to include Wagtail 5.2, Drop tests for Wagtail 4.2 and…
Browse files Browse the repository at this point in the history
… 5.0 as they have reached EOL, Update changelog
  • Loading branch information
katdom13 committed Nov 16, 2023
1 parent 4f48c6a commit 3c82c2b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## Unreleased

- Add tests for Wagtail 5.1+
- Drop tests for Wagtail 4.2 and 5.0 as they have reached EOL

## 1.0.1 (2023-07-27)

- Adds support for Wagtail 5.0
Expand Down
12 changes: 5 additions & 7 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,17 @@ DJANGO =

WAGTAIL =
4.1: wt41
4.2: wt42
5.0: wt50
5.1: wt51
5.2: wt52

[tox]
skipsdist = True
usedevelop = True

envlist =
py{38,39,310}-dj{32,41}-wt{41,42,50,51}
py311-dj41-wt{41,42,50,51}
py311-dj42-wt{50,51}
py{38,39,310}-dj{32,41}-wt{41,51,52}
py311-dj41-wt{41,51,52}
py311-dj42-wt{51,52}

[testenv]
description = Unit tests
Expand All @@ -42,6 +41,5 @@ deps =
dj41: Django>=4.1,<4.2
dj42: Django>=4.2,<4.3
wt41: wagtail>=4.1,<4.2
wt42: wagtail>=4.2,<5.0
wt50: wagtail>=5.0,<5.1
wt51: wagtail>=5.1,<5.2
wt52: wagtail>=5.2,<5.3

0 comments on commit 3c82c2b

Please # to comment.