diff --git a/setup.py b/setup.py index 05684f8f..9db09654 100644 --- a/setup.py +++ b/setup.py @@ -57,7 +57,7 @@ if __name__ == '__main__': author='Microsoft Corporation', author_email='ptvshelp@microsoft.com', url='https://aka.ms/ptvs', - python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*", + python_requires=">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*", classifiers=[ 'Development Status :: 3 - Alpha', 'Programming Language :: Python :: 2.7',