File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Release 2.0.0 (unreleased)
22==========================
33
4+ * Drop python-3.5 support
45* Remove deprecated method: ``HTMLHelpBuilder.open_file()``
56* #6685: htmlhelp builder should generate HTML4 docs instead of HTML5
67
Original file line number Diff line number Diff line change @@ -53,9 +53,10 @@ def get_version():
5353 'Operating System :: OS Independent' ,
5454 'Programming Language :: Python' ,
5555 'Programming Language :: Python :: 3' ,
56- 'Programming Language :: Python :: 3.5' ,
5756 'Programming Language :: Python :: 3.6' ,
5857 'Programming Language :: Python :: 3.7' ,
58+ 'Programming Language :: Python :: 3.8' ,
59+ 'Programming Language :: Python :: 3.9' ,
5960 'Framework :: Sphinx' ,
6061 'Framework :: Sphinx :: Extension' ,
6162 'Topic :: Documentation' ,
@@ -64,7 +65,7 @@ def get_version():
6465 'Topic :: Utilities' ,
6566 ],
6667 platforms = 'any' ,
67- python_requires = ">=3.5 " ,
68+ python_requires = ">=3.6 " ,
6869 packages = find_packages (exclude = ['tests' ]),
6970 include_package_data = True ,
7071 extras_require = extras_require ,
You can’t perform that action at this time.
0 commit comments