From 0378f4a356ccb212687d9dd8566d06f80b1ca084 Mon Sep 17 00:00:00 2001 From: George Rey <1606347+jerzydziewierz@users.noreply.github.com> Date: Fri, 3 Feb 2023 16:02:56 +0000 Subject: [PATCH] add miniumum python version --- setup.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.cfg b/setup.cfg index 88aec40..8d5068e 100644 --- a/setup.cfg +++ b/setup.cfg @@ -15,6 +15,7 @@ requires = [options] packages = mict +python_requires = >=3.8 install_requires = dill