Skip to content

Commit

Permalink
Add Wagtail 6 to testing matrix (#77)
Browse files Browse the repository at this point in the history
* Add Wagtail 6 to testing matrix

* Add Wagtail 6 classifier
  • Loading branch information
mgax authored Apr 24, 2024
1 parent 52ee894 commit 4c3cd0b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
1 change: 1 addition & 0 deletions {{ cookiecutter.__project_name_kebab }}/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ classifiers = [
"Framework :: Django :: 5.0",
"Framework :: Wagtail",
"Framework :: Wagtail :: 5",
"Framework :: Wagtail :: 6",
]
requires-python = ">=3.8"
dynamic = ["version"]
Expand Down
5 changes: 3 additions & 2 deletions {{ cookiecutter.__project_name_kebab }}/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,3.12}-django{4.2}-wagtail{5.2}-{sqlite,postgres}
python{3.10,3.11,3.12}-django{5.0}-wagtail{5.2}-{sqlite,postgres}
python{3.8,3.9,3.10,3.11,3.12}-django{4.2}-wagtail{5.2,6.0}-{sqlite,postgres}
python{3.10,3.11,3.12}-django{5.0}-wagtail{5.2,6.0}-{sqlite,postgres}

[gh-actions]
python =
Expand Down Expand Up @@ -37,6 +37,7 @@ deps =
django5.0: Django>=5.0,<5.1

wagtail5.2: wagtail>=5.2,<5.3
wagtail6.0: wagtail>=5.2,<5.3

postgres: psycopg2>=2.6

Expand Down

0 comments on commit 4c3cd0b

Please sign in to comment.