From f754bf274db6900bbdad2347322b2e27608b9bff Mon Sep 17 00:00:00 2001 From: Nex Date: Sun, 8 May 2022 14:59:34 +0200 Subject: [PATCH] Unfortunately until #233 is resolved, we have to enforce Python >= 3.8 as well --- setup.cfg | 3 +++ 1 file changed, 3 insertions(+) diff --git a/setup.cfg b/setup.cfg index a77e9f4..f9f37a1 100644 --- a/setup.cfg +++ b/setup.cfg @@ -12,6 +12,9 @@ classifiers = Operating System :: OS Independent Programming Language :: Python +[options] +python_requires = >= 3.8 + [options.entry_points] console_scripts = mvt-ios = mvt.ios:cli