changeset 8172:c440bfd49e12

setup: support Mercurial 5.3 Kallithea has been updated for the only known API change in 5.3. The 5.3 upgrade notes do not indicate other relevant changes.
author Mads Kiilerich <mads@kiilerich.com>
date Sat, 25 Jan 2020 22:13:43 +0100
parents 744b7e78a2c3
children aa6f17a53b49
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Sat Jan 25 22:12:31 2020 +0100
+++ b/setup.py	Sat Jan 25 22:13:43 2020 +0100
@@ -62,7 +62,7 @@
     "URLObject >= 2.3.4, < 2.5",
     "Routes >= 2.0, < 2.5",
     "dulwich >= 0.19.0, < 0.20",
-    "mercurial >= 5.1, < 5.3",
+    "mercurial >= 5.1, < 5.4",
     "decorator >= 4.2.1, < 4.5",
     "Paste >= 2.0.3, < 3.1",
     "bleach >= 3.0, < 3.2",