Skip to content

Commit

Permalink
Merge pull request #83 from Stormheg/chore/wagtail-61
Browse files Browse the repository at this point in the history
Remove Django 3.2, add Wagtail 6.1 support
  • Loading branch information
Stormheg authored May 15, 2024
2 parents bf5a514 + d2ef825 commit fdc858a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
1 change: 0 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@
"Programming Language :: Python :: 3.11",
"Programming Language :: Python :: 3.12",
"Framework :: Django",
"Framework :: Django :: 3.2",
"Framework :: Django :: 4.2",
"Framework :: Django :: 5.0",
"Framework :: Wagtail",
Expand Down
10 changes: 7 additions & 3 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,12 @@ skipsdist = True
usedevelop = True

envlist =
py{38,39,310,311}-django{32,42}-wagtail52-{sqlite,postgres}
py{38,39,310,311}-django42-wagtail60-{sqlite,postgres}
py312-django{42,50}-wagtail{52,60}-{sqlite,postgres}
; Wagtail 5.2 LTS
py{38,39,310,311,312}-django42-wagtail52-{sqlite,postgres}
py{310,311,312}-django50-wagtail52-{sqlite,postgres}
; Wagtail 6.0 and 6.1
py{38,39,310,311,312}-django42-wagtail{60,61}-{sqlite,postgres}
py{310,311,312}-django50-wagtail{60,61}-{sqlite,postgres}

[flake8]
# E501: Line too long
Expand All @@ -32,6 +35,7 @@ deps =

wagtail52: wagtail~=5.2.0
wagtail60: wagtail~=6.0.0
wagtail61: wagtail~=6.1.0
wagtailmain: git+https://github.com/wagtail/wagtail.git

postgres: psycopg2>=2.9
Expand Down

0 comments on commit fdc858a

Please sign in to comment.