diff --git a/setup.py b/setup.py index d2d88e5..2ed6932 100644 --- a/setup.py +++ b/setup.py @@ -26,6 +26,6 @@ setuptools.setup( 'lxmd=LXMF.Utilities.lxmd:main', ] }, - install_requires=["rns>=1.2.9"], + install_requires=["rns>=1.3.0"], python_requires=">=3.7", )