Minimum required Python version bumped (3.5->3.6) and readthedocs Python interpreter upgraded (3.6->3.7).

This commit is contained in:
Fabio Manganiello 2020-08-22 15:28:52 +02:00
parent 43ef4bccdf
commit f54a5cdf87
3 changed files with 4 additions and 4 deletions

View file

@ -122,7 +122,7 @@ setup(
author_email="info@fabiomanganiello.com",
description="Platypush service",
license="MIT",
python_requires='>= 3.5',
python_requires='>= 3.6',
keywords="home-automation iot mqtt websockets redis dashboard notificaions",
url="https://github.com/BlackLight/platypush",
packages=find_packages(),
@ -149,7 +149,7 @@ setup(
classifiers=[
"Topic :: Utilities",
"License :: OSI Approved :: MIT License",
"Development Status :: 3 - Alpha",
"Development Status :: 4 - Beta",
],
install_requires=[
'pyyaml',