Skip to content

Commit e97edfa

Browse files
committed
Prepare for 0.2.0
1 parent 7344320 commit e97edfa

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

setup.py

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
setup(
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",
@@ -29,6 +29,7 @@
2929
],
3030
packages=["opensensemap_api"],
3131
zip_safe=True,
32+
python_requires='>=3.8',
3233
classifiers=[
3334
"Development Status :: 3 - Alpha",
3435
"Environment :: Console",
@@ -37,8 +38,8 @@
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
)

0 commit comments

Comments
 (0)