From 9dec0af32dfc81aa747e1c8d89dfcda3057a7e8a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Tue, 9 Jun 2020 14:55:18 +0200 Subject: [PATCH] Dependency version adjustment --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 455b734..7650574 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ with open("README.md", "r") as fh: setuptools.setup( name="loramon", - version="0.9.4", + version="0.9.5", author="Mark Qvist", author_email="mark@unsigned.io", description="LoRa packet sniffer for RNode hardware", @@ -22,5 +22,5 @@ setuptools.setup( 'console_scripts': ['loramon=loramon:main'] }, install_requires=['pyserial'], - python_requires='>=3.6', + python_requires='>=3.5', ) \ No newline at end of file