Deprecate running with Python 3.5

This commit is contained in:
grossmj
2020-05-19 16:14:58 +09:30
parent 54bab7445c
commit 5b59a09e8d
5 changed files with 13 additions and 21 deletions

View File

@ -61,7 +61,7 @@ setup(
include_package_data=True,
zip_safe=False,
platforms="any",
python_requires='>=3.5.3',
python_requires='>=3.6.0',
setup_requires=["setuptools>=17.1"],
classifiers=[
"Development Status :: 5 - Production/Stable",
@ -75,7 +75,6 @@ setup(
"Operating System :: Microsoft :: Windows",
"Programming Language :: Python",
"Programming Language :: Python :: 3",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
"Programming Language :: Python :: 3.8",