Skip to content

Commit

Permalink
add bounds for python version in setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
spinoch authored and dmuhs committed Apr 5, 2021
1 parent d2cbd8b commit 0566b2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Expand Up @@ -27,6 +27,7 @@
"Programming Language :: Python :: 3.6",
"Programming Language :: Python :: 3.7",
],
python_requires=">=3.5,<4",
description="Python domain model classes for the MythX platform",
install_requires=requirements,
license="MIT license",
Expand Down

0 comments on commit 0566b2f

Please sign in to comment.