Skip to content

Commit 32877c6

Browse files
committed
Add wagtail 2.8 support
1 parent 428bb29 commit 32877c6

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313
/htmlcov/
1414
/node_modules/
1515
/wagtailstreamforms.egg-info/
16-
16+
/build
1717
file*.mp4

setup.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717

1818

1919
install_requires = [
20-
'wagtail>=2,<2.8'
20+
'wagtail>=2,<2.9'
2121
]
2222

2323
documentation_extras = [
@@ -60,7 +60,6 @@
6060
'Framework :: Wagtail',
6161
'Framework :: Wagtail :: 2',
6262
'Programming Language :: Python :: 3',
63-
'Programming Language :: Python :: 3.5',
6463
'Programming Language :: Python :: 3.6',
6564
'Programming Language :: Python :: 3.7',
6665
'Programming Language :: Python :: 3.8',

0 commit comments

Comments
 (0)