# HG changeset patch # User Mads Kiilerich # Date 2016-02-09 17:46:21 # Node ID 9e53eb77287c156eae23ccf07fcd534ba589076b # Parent dba6c44f0a3097fd7833d9b68aae73e85051b61d hg: support Mercurial 3.7.x Testing and upgrade notes doesn't indicate problems. diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -55,7 +55,7 @@ requirements = [ "URLObject==2.3.4", "Routes==1.13", "dulwich>=0.9.9,<=0.9.9", - "mercurial>=2.9,<3.7", + "mercurial>=2.9,<3.8", ] if sys.version_info < (2, 7):