Skip to content

Commit 1500a44

Browse files
authored
Limit to later Python releases
1 parent 790e139 commit 1500a44

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

setup.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
license="MIT",
2626
install_requires=["aiohttp>=3.7.4,<4", "async_timeout<4"],
2727
packages=["netdata"],
28+
python_requires=">=3.8",
2829
zip_safe=True,
2930
classifiers=[
3031
"Development Status :: 3 - Alpha",
@@ -34,7 +35,8 @@
3435
"Operating System :: MacOS :: MacOS X",
3536
"Operating System :: Microsoft :: Windows",
3637
"Operating System :: POSIX",
37-
"Programming Language :: Python :: 3.5",
38+
"Programming Language :: Python :: 3.8",
39+
"Programming Language :: Python :: 3.9",
3840
"Topic :: Utilities",
3941
],
4042
)

0 commit comments

Comments
 (0)