Skip to content

Commit

Permalink
Add python-requires in setup.py (#8989)
Browse files Browse the repository at this point in the history
* Add python-requires in setup.py

* Update setup.py
  • Loading branch information
aisk committed Sep 22, 2021
1 parent 06c8cbe commit b75bb09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/setup.py
Expand Up @@ -308,4 +308,5 @@ def get_option_from_sys_argv(option_str):
},
install_requires=install_requires,
ext_modules=ext_module_list,
python_requires='>=3.5',
)

0 comments on commit b75bb09

Please sign in to comment.