Skip to content

Commit

Permalink
Add tox testing for Wagtail 6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton authored and th3hamm0r committed Sep 4, 2024
1 parent ac86f89 commit 2f6650a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

- Add tox testing for Wagtail 6.2
- Drop tests for Wagtail < 5.2 as they have reached EOL (@katdom13)
- Drop tests for Django < 4.2 as it has reached EOL (@katdom13)
- Add tests for Python 3.12 (@katdom13)
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ skipsdist = True
usedevelop = True

envlist =
python{3.8,3.9,3.10,3.11}-django4.2-wagtail{5.2,6.0,6.1}
python{3.10,3.11,3.12}-django5.0-wagtail{5.2,6.0,6.1}
python{3.8,3.9,3.10,3.11}-django4.2-wagtail{5.2,6.0,6.1,6.2}
python{3.10,3.11,3.12}-django5.0-wagtail{5.2,6.0,6.1,6.2}
flake8

[flake8]
Expand Down Expand Up @@ -40,6 +40,7 @@ deps =
wagtail5.2: wagtail>=5.2,<5.3
wagtail6.0: wagtail>=6.0,<6.1
wagtail6.1: wagtail>=6.1,<6.2
wagtail6.2: wagtail>=6.2,<6.3
wagtailmain: git+https://github.com/wagtail/wagtail.git

postgres: psycopg2>=2.6
Expand Down

0 comments on commit 2f6650a

Please sign in to comment.