# HG changeset patch # User Mads Kiilerich # Date 2016-05-04 01:18:25 # Node ID d170cf8cf5b1024b55db973b3b7815b3aec3fe53 # Parent 78bba376a5086540a51833d4a77cdb1de0bd198f setup: support Mercurial 3.8 diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ requirements = [ "pytest>=2.7.0,<3.0", "pytest-sugar>=0.7.0,<1.0.0", "dulwich>=0.9.9,<=0.9.9", - "mercurial>=2.9,<3.8", + "mercurial>=2.9,<3.9", ] if sys.version_info < (2, 7):