Skip to content

Commit 9cc3353

Browse files
committed
Release v2.2.0
1 parent 8021da3 commit 9cc3353

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
setup(
77
name="abcmeta",
8-
version="2.1.2",
8+
version="2.2.0",
99
author="Morteza NourelahiAlamdari",
1010
author_email="[email protected]",
1111
description="Python meta class and abstract method library with restrictions.",
@@ -26,5 +26,5 @@
2626
"Operating System :: OS Independent",
2727
],
2828
packages=find_packages(),
29-
python_requires=">=3.6",
29+
python_requires=">=3.7",
3030
)

0 commit comments

Comments
 (0)