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 790e139 commit 1500a44Copy full SHA for 1500a44
setup.py
@@ -25,6 +25,7 @@
25
license="MIT",
26
install_requires=["aiohttp>=3.7.4,<4", "async_timeout<4"],
27
packages=["netdata"],
28
+ python_requires=">=3.8",
29
zip_safe=True,
30
classifiers=[
31
"Development Status :: 3 - Alpha",
@@ -34,7 +35,8 @@
34
35
"Operating System :: MacOS :: MacOS X",
36
"Operating System :: Microsoft :: Windows",
37
"Operating System :: POSIX",
- "Programming Language :: Python :: 3.5",
38
+ "Programming Language :: Python :: 3.8",
39
+ "Programming Language :: Python :: 3.9",
40
"Topic :: Utilities",
41
],
42
)
0 commit comments