We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 428bb29 commit 32877c6Copy full SHA for 32877c6
.gitignore
@@ -13,5 +13,5 @@
13
/htmlcov/
14
/node_modules/
15
/wagtailstreamforms.egg-info/
16
-
+/build
17
file*.mp4
setup.py
@@ -17,7 +17,7 @@
18
19
install_requires = [
20
- 'wagtail>=2,<2.8'
+ 'wagtail>=2,<2.9'
21
]
22
23
documentation_extras = [
@@ -60,7 +60,6 @@
60
'Framework :: Wagtail',
61
'Framework :: Wagtail :: 2',
62
'Programming Language :: Python :: 3',
63
- 'Programming Language :: Python :: 3.5',
64
'Programming Language :: Python :: 3.6',
65
'Programming Language :: Python :: 3.7',
66
'Programming Language :: Python :: 3.8',
0 commit comments