Skip to content

Commit

Permalink
Upgrade for wagtail 6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nickmoreton committed Jul 12, 2024
1 parent 5af4be9 commit a0d745c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ classifiers = [
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Wagtail",
"Framework :: Wagtail :: 4",
"Framework :: Wagtail :: 5",
"Framework :: Wagtail :: 6",
]
requires-python = ">=3.9"
dependencies =[
"Wagtail>=5.1,<6.0",
"Wagtail>=5.1",
]

[project.optional-dependencies]
Expand Down
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ isolated_build = True

envlist =
py{39}-django{42}-wagtail{51,52}-sqlite
py{310,311,312}-django{50}-wagtail{52}-sqlite
py{312}-django{50}-wagtail{52}-{postgres,mysql}
py{310,311,312}-django{50}-wagtail{52,61}-sqlite
py{312}-django{50}-wagtail{52,61}-{postgres,mysql}

[gh-actions]
python =
Expand Down Expand Up @@ -35,6 +35,7 @@ deps =

wagtail51: wagtail>=5.1,<5.2
wagtail52: wagtail>=5.2,<5.3
wagtail61: wagtail>=6.1,<6.2

postgres: psycopg2
mysql: mysqlclient

0 comments on commit a0d745c

Please sign in to comment.