1
0
mirror of https://github.com/home-assistant/supervisor.git synced 2025-12-24 20:35:55 +00:00

Move setup to python 3.6

This commit is contained in:
Pascal Vizeli
2017-12-10 22:16:22 +01:00
committed by GitHub
parent e5e28747d4
commit 664334f1ad

View File

@@ -24,7 +24,7 @@ setup(
'Topic :: Scientific/Engineering :: Atmospheric Science',
'Development Status :: 5 - Production/Stable',
'Intended Audience :: Developers',
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
keywords=['docker', 'home-assistant', 'api'],
zip_safe=False,