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

Commit 2b2ff02

Browse files
authored
Specify minimal required python version (#314)
1 parent a30a03e commit 2b2ff02

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
'Programming Language :: Python :: 3.5',
3636
'Programming Language :: Python :: 3.6',
3737
],
38+
python_requires='>=3.5',
3839
install_requires=[
3940
'threadloop>=1,<2',
4041
'thrift',

0 commit comments

Comments
 (0)