[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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -217,7 +217,7 @@ setup(
[console_scripts] [console_scripts]
colossalai=colossalai.cli:cli colossalai=colossalai.cli:cli
''', ''',
python_requires='>=3.7', python_requires='>=3.6',
classifiers=[ classifiers=[
'Programming Language :: Python :: 3', 'Programming Language :: Python :: 3',
'License :: OSI Approved :: Apache Software License', 'License :: OSI Approved :: Apache Software License',