changeset 8919:c63a982b2e6c stable

setup: support Mercurial 6.1 for continuously improved Python 3 support
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 08 Feb 2022 01:06:04 +0100
parents da519b9782e8
children a8b407f29405
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Mon Mar 07 17:47:13 2022 +0100
+++ b/setup.py	Tue Feb 08 01:06:04 2022 +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.10",
+    "mercurial >= 5.2, < 6.2",
     "decorator >= 4.2.1, < 4.5",
     "Paste >= 2.0.3, < 3.5",
     "bleach >= 3.2, < 4.2",