From eefb1c8349827185350075ea54f123f2e12b3b11 Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Wed, 2 Oct 2024 02:06:00 +0200 Subject: [PATCH] Updated versions --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 9832796..109d799 100644 --- a/setup.py +++ b/setup.py @@ -25,6 +25,6 @@ setuptools.setup( 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=['rns>=0.8.1'], + install_requires=['rns>=0.8.0'], python_requires='>=3.7', )