mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Drop official support for Python 3.3.
Also up tornado version to >=5.0. Fixes #1427.
This commit is contained in:
4
setup.py
4
setup.py
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user