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

pull/835/head
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
1 changed files with 1 additions and 1 deletions

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