File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change 1515
1616setup (
1717 name = "opensensemap-api" ,
18- version = "0.1.6 " ,
18+ version = "0.2.0 " ,
1919 description = "Python client for interacting with the openSenseMap API." ,
2020 long_description = long_description ,
2121 url = "https://github.com/home-assistant-ecosystem/python-opensensemap-api" ,
2929 ],
3030 packages = ["opensensemap_api" ],
3131 zip_safe = True ,
32+ python_requires = '>=3.8' ,
3233 classifiers = [
3334 "Development Status :: 3 - Alpha" ,
3435 "Environment :: Console" ,
3738 "Operating System :: MacOS :: MacOS X" ,
3839 "Operating System :: Microsoft :: Windows" ,
3940 "Operating System :: POSIX" ,
40- "Programming Language :: Python :: 3.5 " ,
41- "Programming Language :: Python :: 3.6 " ,
41+ "Programming Language :: Python :: 3.8 " ,
42+ "Programming Language :: Python :: 3.9 " ,
4243 "Topic :: Utilities" ,
4344 ],
4445)
You can’t perform that action at this time.
0 commit comments