We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ba99cf commit c1092d5Copy full SHA for c1092d5
setup.py
@@ -27,6 +27,7 @@
27
"async_timeout<4",
28
],
29
packages=["luftdaten"],
30
+ python_requires='>=3.8',
31
zip_safe=True,
32
classifiers=[
33
"Development Status :: 3 - Alpha",
@@ -36,8 +37,9 @@
36
37
"Operating System :: MacOS :: MacOS X",
38
"Operating System :: Microsoft :: Windows",
39
"Operating System :: POSIX",
- "Programming Language :: Python :: 3.6",
40
- "Programming Language :: Python :: 3.7",
+ "Programming Language :: Python :: 3.8",
41
+ "Programming Language :: Python :: 3.9",
42
+ "Programming Language :: Python :: 3.10",
43
"Topic :: Utilities",
44
45
)
0 commit comments