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 EOL Python #5

Merged
merged 4 commits into from
Sep 18, 2018
Merged

Drop support for EOL Python #5

merged 4 commits into from
Sep 18, 2018

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Sep 15, 2018

Python 2.4-2.6 are EOL (since at least 2008, 2011 and 2013 respectively) and no longer receiving security updates (or any updates) from the core Python team.

They're also little used.

Here's the pip installs for prettytable from PyPI for August 2018:

python_version percent download_count
2.7 88.65% 1,064,121
3.6 6.53% 78,341
3.5 2.55% 30,639
3.4 1.30% 15,582
3.7 0.91% 10,976
2.6 0.04% 471
3.3 0.02% 185
3.8 0.00% 15
Total 1,200,330

Source: pypinfo --start-date 2018-08-01 --end-date 2018-08-31 --json prettytable pyversion

This PR drops support and upgrades some code for newer Python versions.

@flaper87 flaper87 merged commit 2a0f520 into jazzband:master Sep 18, 2018
@hugovk hugovk deleted the rm-eol branch September 18, 2018 15:31
@hugovk hugovk mentioned this pull request Feb 2, 2020
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

2 participants