From 727830cefda83d9c6e3982b48675425f3f988f9c Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 28 Apr 2026 18:53:48 +0200 Subject: [PATCH] Update versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 1053a31..18d9383 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,6 @@ setuptools.setup( 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=["rns>=1.1.9"], + install_requires=["rns>=1.2.0"], python_requires=">=3.7", )