# HG changeset patch # User Mads Kiilerich # Date 2021-09-28 14:00:08 # Node ID 017595560fc1e0f2acc086c63ed5f8906011d77b # Parent a0e39afe4be387f37497e68b396524fefd34f372 setup: support Mercurial 5.9 for continuously improved Python 3 support diff --git a/setup.py b/setup.py --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ requirements = [ "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",