diff --git a/python/setup.py b/python/setup.py index f639732baf..50fd5be4a7 100755 --- a/python/setup.py +++ b/python/setup.py @@ -308,4 +308,5 @@ if __name__ == '__main__': }, install_requires=install_requires, ext_modules=ext_module_list, + python_requires='>=3.5', )