diff --git a/setup.py b/setup.py index 59434e97e..c58a6c7b4 100755 --- a/setup.py +++ b/setup.py @@ -29,14 +29,13 @@ description='lightweight Disqus alternative', long_description=long_description, long_description_content_type='text/markdown', - python_requires='>=3.5', + python_requires='>=3.6', classifiers=[ "Development Status :: 4 - Beta", "Topic :: Internet", "Topic :: Internet :: WWW/HTTP :: HTTP Servers", "Topic :: Internet :: WWW/HTTP :: WSGI :: Application", "License :: OSI Approved :: MIT License", - "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8",