Skip to content

Commit

Permalink
Add Wagtail 6.0rc1 and Django 5.0 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
gasman committed Jan 26, 2024
1 parent 6b51655 commit 416b51f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tox]
envlist =
python{3.8,3.9,3.10,3.11,3.12}-django4.2-wagtail5.2
python{3.8,3.9,3.10,3.11,3.12}-django{4.2,5.1}-wagtail{5.2,6.0}

[testenv]
commands = python runtests.py
Expand All @@ -14,4 +14,6 @@ basepython =

deps =
django4.2: Django>=4.2,<5.0
django5.0: Django>=5.0,<5.1
wagtail5.2: wagtail>=5.2,<6.0
wagtail6.0: wagtail==6.0rc1

0 comments on commit 416b51f

Please sign in to comment.