diff options
| author | Timothy Crosley <timothy.crosley@gmail.com> | 2019-05-06 07:47:35 -0700 |
|---|---|---|
| committer | Timothy Crosley <timothy.crosley@gmail.com> | 2019-05-06 07:47:35 -0700 |
| commit | 5503f0487268127fde31272b8c29329ea2bca15f (patch) | |
| tree | af99c145eaf8bab60b2acd3a1927035866348e09 /setup.py | |
| parent | 346464fe9539d0d8d928c0b4212ea73a4f92945e (diff) | |
| download | isort-feature/drop-python34.tar.gz | |
Drop Python 3.4 support, as it has reached EOLfeature/drop-python34
Diffstat (limited to 'setup.py')
| -rwxr-xr-x | setup.py | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -27,7 +27,7 @@ setup(name='isort', 'requirements': ['pipreqs', 'pip-api'], 'xdg_home': ['appdirs>=1.4.0'], }, - python_requires=">=3.4", + python_requires=">=3.5", keywords='Refactor, Python, Python3, Refactoring, Imports, Sort, Clean', classifiers=['Development Status :: 6 - Mature', 'Intended Audience :: Developers', @@ -36,7 +36,6 @@ setup(name='isort', 'License :: OSI Approved :: MIT License', 'Programming Language :: Python', 'Programming Language :: Python :: 3', - 'Programming Language :: Python :: 3.4', 'Programming Language :: Python :: 3.5', 'Programming Language :: Python :: 3.6', 'Programming Language :: Python :: 3.7', |
