Skip to content

Commit a43b95e

Browse files
committed
lowered python version to 3.6 in setup.py
1 parent e1dd02a commit a43b95e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,5 @@
1818
"License :: OSI Approved :: MIT License",
1919
"Operating System :: OS Independent",
2020
],
21-
python_requires='>=3.7',
21+
python_requires='>=3.6',
2222
)

0 commit comments

Comments
 (0)