From 090922d9587322c1bff2a611b72d5a9e1772af71 Mon Sep 17 00:00:00 2001 From: Thomas Oettli Date: Sun, 16 Jun 2024 01:19:17 +0200 Subject: [PATCH] update python requirements --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 393f60e..d84b2a6 100644 --- a/setup.py +++ b/setup.py @@ -30,5 +30,5 @@ setup(name = "uvscand", "uvscand=uvscand:main" ] }, - python_requires = ">=3" + python_requires = ">=3.7" )