提交 e81cd6f3 编写于 作者: C Cleber Rosa

Drop requirements for Python <= 3.4

We only run tests on Python >= 3.4, so let's not attempt to support
anything else.
Signed-off-by: NCleber Rosa <crosa@redhat.com>
上级 9f61bff7
......@@ -35,10 +35,6 @@ INSTALL_REQUIREMENTS = ['requests', 'stevedore>=0.14', 'six>=1.10.0', 'setuptool
if sys.version_info[0] == 2:
INSTALL_REQUIREMENTS.append('enum34')
if sys.version_info[0] == 3 and sys.version_info[1] <= 3:
INSTALL_REQUIREMENTS.append('backports.lzma>=0.0.10')
if __name__ == '__main__':
# Force "make develop" inside the "readthedocs.org" environment
if os.environ.get("READTHEDOCS") and "install" in sys.argv:
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册