diff setup.py @ 8033:1e8b300b0540

hg: bump minimum version to 5.1 We will soon move to Python 3 which only will support 5.1 or later. Remove old hacks and tech debt. Also avoids future warning: DeprecationWarning: inspect.getargspec() is deprecated since Python 3.0, use inspect.signature() or inspect.getfullargspec()
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 25 Dec 2019 15:39:33 +0100
parents 18d146a04fde
children a553bc3a3d0e
line wrap: on
line diff
--- a/setup.py	Mon Dec 16 00:02:34 2019 +0100
+++ b/setup.py	Wed Dec 25 15:39:33 2019 +0100
@@ -62,7 +62,7 @@
     "URLObject >= 2.3.4, < 2.5",
     "Routes >= 2.0, < 2.5",
     "dulwich >= 0.14.1, < 0.20",
-    "mercurial >= 4.5, < 5.3",
+    "mercurial >= 5.1, < 5.3",
     "decorator >= 3.3.2, < 4.5",
     "Paste >= 2.0.3, < 3.1",
     "bleach >= 3.0, < 3.2",