From b751598da9cb43b537ab5990a9c15995bba298df Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 18 Mar 2016 12:23:47 +0800 Subject: Allow lxml 3.6 All tests passed here, and it works fine. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'setup.py') diff --git a/setup.py b/setup.py index d7c86e3c..450a40ee 100644 --- a/setup.py +++ b/setup.py @@ -89,7 +89,7 @@ setup( "pydivert>=0.0.7, <0.1", ], ':sys_platform != "win32"': [ - "lxml>=3.5.0, <3.6", + "lxml>=3.5.0, <3.7", ], # Do not use a range operator here: https://bitbucket.org/pypa/setuptools/issues/380 # Ubuntu Trusty and other still ship with setuptools < 17.1 -- cgit v1.2.3