changeset 8917:017595560fc1 stable

setup: support Mercurial 5.9 for continuously improved Python 3 support
author Mads Kiilerich <mads@kiilerich.com>
date Tue, 28 Sep 2021 14:00:08 +0200
parents a0e39afe4be3
children da519b9782e8
files setup.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/setup.py	Tue Sep 28 14:46:19 2021 +0200
+++ b/setup.py	Tue Sep 28 14:00:08 2021 +0200
@@ -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.9",
+    "mercurial >= 5.2, < 5.10",
     "decorator >= 4.2.1, < 4.5",
     "Paste >= 2.0.3, < 3.5",
     "bleach >= 3.2, < 4.2",