From 9cc33537d7da32cf6c5e108ee6faa0774d134ab2 Mon Sep 17 00:00:00 2001 From: Morteza NourelahiAlamdari Date: Sun, 10 Dec 2023 16:16:27 +0100 Subject: [PATCH] Release v2.2.0 --- setup.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/setup.py b/setup.py index 9f5970a..243e8f3 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="abcmeta", - version="2.1.2", + version="2.2.0", author="Morteza NourelahiAlamdari", author_email="m@0t1.me", description="Python meta class and abstract method library with restrictions.", @@ -26,5 +26,5 @@ "Operating System :: OS Independent", ], packages=find_packages(), - python_requires=">=3.6", + python_requires=">=3.7", )