diff --git a/setup.cfg b/setup.cfg index 19bc05f6c5f80722da89225ee90c48ee8d536765..c4fa19a1f3cebfba6035e9cc33c1f2bbb3b2f0a5 100644 --- a/setup.cfg +++ b/setup.cfg @@ -6,4 +6,4 @@ version = 0.0.10 packages = covid19python install_requires = requests - importlib; python_version == "3.8" + importlib; python_version >= "3.7"