Skip to content

Commit 8510499

Browse files
authored
Include wagtail 6.4 in the test matrix (#71)
1 parent be3276d commit 8510499

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10-
- Add tox testing for Django 5.1 and Wagtail 6.2 + 6.3
10+
- Add tox testing for Django 5.1 and Wagtail 6.3
1111
- Drop testing for Python 3.8
1212

1313
## [0.8] - 2024-02-23

tox.ini

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
min_version = 4.11
33

44
env_list =
5-
python{3.9,3.10,3.11}-django4.2-wagtail{5.2,6.2,6.3}
6-
python{3.10,3.11,3.12}-django5.0-wagtail{5.2,6.2,6.3}
7-
python{3.12,3.13}-django5.1-wagtail6.3
5+
python{3.9,3.10,3.11}-django4.2-wagtail{5.2,6.3,6.4}
6+
python{3.10,3.11,3.12}-django5.0-wagtail{5.2,6.3,6.4}
7+
python{3.12,3.13}-django5.1-wagtail{6.3,6.4}
88

99
[gh-actions]
1010
python =
@@ -37,8 +37,8 @@ deps =
3737
django5.1: Django>=5.1, <5.2
3838

3939
wagtail5.2: wagtail>=5.2, <6.0
40-
wagtail6.2: wagtail>=6.2, <6.3
4140
wagtail6.3: wagtail>=6.3, <6.4
41+
wagtail6.4: wagtail>=6.4, <6.5
4242

4343
install_command = python -Im pip install -U {opts} {packages}
4444
commands =

0 commit comments

Comments
 (0)