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", )