Skip to content

Commit b009492

Browse files
nickmoretonkaedroho
authored andcommitted
allow wagtail 2.14
1 parent 3446811 commit b009492

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
],
4242
install_requires=[
4343
"Django>=2.2,<3.3",
44-
"Wagtail>=2.11,<2.14",
44+
"Wagtail>=2.11,<2.15",
4545
"user-agents>=2.2,<2.3",
4646
"numpy>=1.19.4,<1.20",
4747
"scipy>=1.5.4,<1.6",

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ deps =
2727
djmaster: git+https://github.com/django/django.git@master#egg=Django
2828
djmaster: git+https://github.com/wagtail/django-modelcluster.git
2929

30-
wa211: wagtail>=2.11,<2.12
30+
wa211: wagtail>=2.11,<2.15
3131
wamain: git+https://github.com/wagtail/wagtail.git
3232

3333
postgres: psycopg2>=2.6

0 commit comments

Comments
 (0)