File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change 1
1
Release 2.0.0 (unreleased)
2
2
==========================
3
3
4
+ * Drop python-3.5 support
4
5
* Remove deprecated method: ``HTMLHelpBuilder.open_file()``
5
6
* #6685: htmlhelp builder should generate HTML4 docs instead of HTML5
6
7
Original file line number Diff line number Diff line change @@ -53,9 +53,10 @@ def get_version():
53
53
'Operating System :: OS Independent' ,
54
54
'Programming Language :: Python' ,
55
55
'Programming Language :: Python :: 3' ,
56
- 'Programming Language :: Python :: 3.5' ,
57
56
'Programming Language :: Python :: 3.6' ,
58
57
'Programming Language :: Python :: 3.7' ,
58
+ 'Programming Language :: Python :: 3.8' ,
59
+ 'Programming Language :: Python :: 3.9' ,
59
60
'Framework :: Sphinx' ,
60
61
'Framework :: Sphinx :: Extension' ,
61
62
'Topic :: Documentation' ,
@@ -64,7 +65,7 @@ def get_version():
64
65
'Topic :: Utilities' ,
65
66
],
66
67
platforms = 'any' ,
67
- python_requires = ">=3.5 " ,
68
+ python_requires = ">=3.6 " ,
68
69
packages = find_packages (exclude = ['tests' ]),
69
70
include_package_data = True ,
70
71
extras_require = extras_require ,
You can’t perform that action at this time.
0 commit comments