diff --git a/setup.py b/setup.py index a4308f0f7..deb26b85d 100644 --- a/setup.py +++ b/setup.py @@ -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',