Skip to content
This repository has been archived by the owner on Jul 11, 2022. It is now read-only.

Commit

Permalink
Specify minimal required python version (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ethframe authored Jul 15, 2021
1 parent a30a03e commit 2b2ff02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
'Programming Language :: Python :: 3.5',
'Programming Language :: Python :: 3.6',
],
python_requires='>=3.5',
install_requires=[
'threadloop>=1,<2',
'thrift',
Expand Down

0 comments on commit 2b2ff02

Please sign in to comment.