Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Drop support for Python 3.3. #619

Merged
merged 3 commits into from
Jan 6, 2018
Merged

Conversation

h-hirokawa
Copy link
Contributor

The End-of-life of Python 3.3 is already over, and Pytest >= 3.3.0 no longer supports 3.3.
To prevent build errors in Travis, it is better to stop supporting the version even in isort.

@hugovk
Copy link
Contributor

hugovk commented Dec 16, 2017

Here's the pip installs for isort from PyPI for the last month (via pypinfo --percent --pip --markdown isort pyversion), with low numbers for 3.3:

python_version percent download_count
2.7 52.9% 314,042
3.6 25.0% 148,089
3.5 14.3% 84,643
3.4 6.9% 41,234
3.7 0.4% 2,159
3.3 0.3% 1,765
2.6 0.3% 1,503
3.2 0.0% 24
None 0.0% 2

@timothycrosley
Copy link
Member

Agreed that it should be dropped; merge requests looks good!

Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants