From 2b2ff0249b756285aadab4175d8c8332912dd1b4 Mon Sep 17 00:00:00 2001 From: ethframe Date: Thu, 15 Jul 2021 17:11:33 +0300 Subject: [PATCH] Specify minimal required python version (#314) --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 79e2ccaf..c31caa19 100644 --- a/setup.py +++ b/setup.py @@ -35,6 +35,7 @@ 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', ], + python_requires='>=3.5', install_requires=[ 'threadloop>=1,<2', 'thrift',