From a7b2572418bce77508974150d9027d611cbd7281 Mon Sep 17 00:00:00 2001 From: interlark Date: Sat, 25 Jun 2022 20:56:37 +0500 Subject: [PATCH] Clarify min python required version --- setup.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.cfg b/setup.cfg index 67bb65d..9af04ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -42,8 +42,8 @@ install_requires = tqdm>=4.64.0 netifaces>=0.11.0 furl>=2.1.3 - typing_extensions >= 3.7.4; python_version<"3.8" -python_requires = >=3.7 + typing_extensions>=3.7.4; python_version<"3.8" +python_requires = >=3.7.4 [options.package_data] ustvgo_iptv = channels.json