changeset 8848:574cd37f05c4

setup: support Mercurial 5.7
author Mads Kiilerich <mads@kiilerich.com>
date Wed, 20 Jan 2021 00:54:55 +0100
parents 73f3ed6a91d9
children 618e09120d47
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Jan 19 20:24:31 2021 +0100
+++ b/setup.py	Wed Jan 20 00:54:55 2021 +0100
@@ -63,7 +63,7 @@
     "URLObject >= 2.3.4, < 2.5",
     "Routes >= 2.0, < 2.5",
     "dulwich >= 0.19.0, < 0.20",
-    "mercurial >= 5.2, < 5.7",
+    "mercurial >= 5.2, < 5.8",
     "decorator >= 4.2.1, < 4.5",
     "Paste >= 2.0.3, < 3.5",
     "bleach >= 3.0, < 3.1.4",