From 795fdaa2b0777c13033787d933d1afc94a2377cb Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Mon, 20 Jul 2026 18:49:54 +0200 Subject: [PATCH] Updated versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ed90804..5634cb0 100644 --- a/setup.py +++ b/setup.py @@ -31,6 +31,6 @@ setuptools.setup( 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=["rns>=1.3.8"], + install_requires=["rns>=1.4.0"], python_requires=">=3.7", )