Unverified Commit 5e00e6cf authored by Frank Lee's avatar Frank Lee Committed by GitHub
Browse files

[setup] allow installation with python 3.6 (#834)

parent ac88de6d
......@@ -217,7 +217,7 @@ setup(
[console_scripts]
colossalai=colossalai.cli:cli
''',
python_requires='>=3.7',
python_requires='>=3.6',
classifiers=[
'Programming Language :: Python :: 3',
'License :: OSI Approved :: Apache Software License',
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment