File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 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' ,
You can’t perform that action at this time.
0 commit comments