Skip to content

Commit

Permalink
Add python-requires in setup.py (protocolbuffers#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 authored and acozzette committed Sep 24, 2021
1 parent 740c4b0 commit 2fffff8
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 2fffff8

Please sign in to comment.