From 2c4dfdd50ea131147532ae4c928cb4090a61cad3 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 6 May 2026 18:45:57 +0200 Subject: [PATCH] Updated versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 5a88f36..e6d5afb 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,6 @@ setuptools.setup( 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=["rns>=1.2.4"], + install_requires=["rns>=1.2.3"], python_requires=">=3.7", )