Skip to content

Commit 3aa2f58

Browse files
committed
Supports 3.7 and higher now
1 parent 517f291 commit 3aa2f58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,5 +33,5 @@ def get_long_description():
3333
""",
3434
install_requires=["click", "GitPython", "sqlite-utils>=3.19"],
3535
extras_require={"test": ["pytest", "cogapp"]},
36-
python_requires=">=3.6",
36+
python_requires=">=3.7",
3737
)

0 commit comments

Comments
 (0)