Skip to content

Commit 2f1f39e

Browse files
Correct wagtail version constraints
1 parent ae0b3be commit 2f1f39e

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

setup.py

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,19 @@
1515
'License :: OSI Approved :: BSD License',
1616
'Programming Language :: Python',
1717
'Programming Language :: Python :: 3',
18-
'Programming Language :: Python :: 3.4',
19-
'Programming Language :: Python :: 3.5',
2018
'Programming Language :: Python :: 3.6',
21-
'Framework :: Django :: 1.11',
19+
'Programming Language :: Python :: 3.7',
20+
'Programming Language :: Python :: 3.8',
21+
'Programming Language :: Python :: 3.9',
22+
'Framework :: Django :: 2',
2223
'Topic :: Internet :: WWW/HTTP :: Site Management',
2324
],
2425

2526
packages=['wagtailcolumnblocks'],
2627
include_package_data=True,
2728

2829
install_requires=[
29-
'wagtail >= 2.0',
30+
'wagtail >= 2.10',
3031
],
3132
setup_requires=[
3233
'setuptools_scm',

0 commit comments

Comments
 (0)