Skip to content

Commit

Permalink
Limit to later Python releases
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Oct 14, 2021
1 parent 790e139 commit 1500a44
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
license="MIT",
install_requires=["aiohttp>=3.7.4,<4", "async_timeout<4"],
packages=["netdata"],
python_requires=">=3.8",
zip_safe=True,
classifiers=[
"Development Status :: 3 - Alpha",
Expand All @@ -34,7 +35,8 @@
"Operating System :: MacOS :: MacOS X",
"Operating System :: Microsoft :: Windows",
"Operating System :: POSIX",
"Programming Language :: Python :: 3.5",
"Programming Language :: Python :: 3.8",
"Programming Language :: Python :: 3.9",
"Topic :: Utilities",
],
)

0 comments on commit 1500a44

Please sign in to comment.