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

This commit is contained in:
Frank Lee
2022-04-22 14:17:51 +08:00
committed by GitHub
parent ac88de6dfc
commit 5e00e6cf23

View File

@@ -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',