Drop official support for Python 3.3.

Also up tornado version to >=5.0. Fixes #1427.
This commit is contained in:
Waylan Limberg
2018-04-03 13:47:16 -04:00
parent fa4c7e5bb3
commit d6449f9080
7 changed files with 15 additions and 19 deletions

View File

@@ -61,8 +61,9 @@ setup(
'livereload>=2.5.1',
'Markdown>=2.3.1',
'PyYAML>=3.10',
'tornado>=4.1',
'tornado>=5.0',
],
python_requires='>=2.7.9,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*',
entry_points={
'console_scripts': [
'mkdocs = mkdocs.__main__:cli',
@@ -86,7 +87,6 @@ setup(
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
'Programming Language :: Python :: 3',
'Programming Language :: Python :: 3.3',
'Programming Language :: Python :: 3.4',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',