# HG changeset patch # User Manuel Jacob # Date 2025-03-21 22:48:56 # Node ID 52dea05f8553715e27e30c7f39eddc77c2ab0633 # Parent c5bed2ab87a77d077e0d109c490ad1f55e2a7a4e setup: bump maximum version of Mercurial to 7.0.x The freeze for the Mercurial 7.0 release was done on February 28th. The release of 7.0.0 was scheduled for March 1st, but was delayed. It is likely that the release will happen soon without changes that would break Kallithea. The tests pass and some quick manual testing of the web UI found no issues. 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.6", "dulwich >= 0.19.0, < 0.22", - "mercurial >= 5.2, < 6.9", + "mercurial >= 5.2, < 7.1", "decorator >= 4.2.1, < 5.2", "Paste >= 2.0.3, < 3.11", "bleach >= 3.2, < 5",