commit | a33aa736fc71d56916788c604b4504854cb49a80 | [log] [tgz] |
---|---|---|
author | Joshua Haberman <jhaberman@gmail.com> | Thu Sep 09 13:20:34 2021 -0700 |
committer | Joshua Haberman <jhaberman@gmail.com> | Thu Sep 09 13:20:34 2021 -0700 |
tree | 7ac97503972dfe40041c12c4fdd6aa532c14774b | |
parent | 1a662aa18d6487bf69cf2c81c5bbbb133151835b [diff] [blame] |
Removed more testing of Python <3.5.
diff --git a/python/setup.py b/python/setup.py index 77a6c4a..e531b89 100755 --- a/python/setup.py +++ b/python/setup.py
@@ -254,7 +254,7 @@ os.environ['PROTOCOL_BUFFERS_PYTHON_IMPLEMENTATION'] = 'cpp' # Keep this list of dependencies in sync with tox.ini. - install_requires = ['six>=1.9'] + install_requires = [] setup( name='protobuf',