Skip to content

Commit

Permalink
Wagtail 6.1 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
katdom13 authored Nov 20, 2024
1 parent f2725a7 commit 888f8f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),

## [unreleased] - YYYY-MM-DD

- Adjust test matrix to use Wagtail 6.0 [@katdom13](https://github.com/katdom13)
- Adjust test matrix to use Wagtail 6 [@katdom13](https://github.com/katdom13)
- Drop Wagtail < 5.2 from the test matrix [@katdom13](https://github.com/katdom13)
- Add Python 3.12 to test matrix [@katdom13](https://github.com/katdom13)
- Update minimum Wagtail version to 5.2 in setup.py [@katdom13](https://github.com/katdom13)
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
minversion = 3.14.6
envlist =
py{38,39,310}-dj32-wagtail52
py{38,39,310,311}-dj42-wagtail{52,60}
py{310,311,312}-dj50-wagtail{52,60}
py{38,39,310,311}-dj42-wagtail{52,60,61}
py{310,311,312}-dj50-wagtail{52,60,61}
coverage-report

[gh-actions]
Expand All @@ -23,6 +23,7 @@ deps =
dj50: django>=5.0,<5.1
wagtail52: wagtail>=5.2,<5.3
wagtail60: wagtail>=6.0,<6.1
wagtail61: wagtail>=6.1,<6.2

[testenv:coverage-report]
basepython = python3.12
Expand Down

0 comments on commit 888f8f4

Please sign in to comment.