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 3.4 #16

Merged
merged 3 commits into from
Aug 7, 2019
Merged

Drop support for EOL Python 3.4 #16

merged 3 commits into from
Aug 7, 2019

Conversation

hugovk
Copy link
Member

@hugovk hugovk commented Aug 7, 2019

Python 3.4 is EOL and no longer receiving security updates (or any updates) from the core Python team.

Version Release date Supported until
2.7 2010-07-03 2020-01-01
3.4 2014-03-16 2019-03-16

Source: https://en.wikipedia.org/wiki/CPython#Version_history

It's also little used. Here's the pip installs for prettytable from PyPI for July 2019:

category percent downloads
2.7 78.60% 1,380,358
3.6 10.89% 191,172
3.7 5.10% 89,496
3.5 4.53% 79,487
3.4 0.56% 9,875
null 0.29% 5,045
3.8 0.02% 373
2.6 0.01% 236
3.3 0.00% 36
3.1 0.00% 2
3.9 0.00% 1
Total 1,756,081

Source: pip install -U pypistats && pypistats python_minor prettytable --last-month

@codecov
Copy link

codecov bot commented Aug 7, 2019

Codecov Report

❗ No coverage uploaded for pull request base (master@d5427b3). Click here to learn what that means.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #16   +/-   ##
=========================================
  Coverage          ?   76.25%           
=========================================
  Files             ?        1           
  Lines             ?      998           
  Branches          ?        0           
=========================================
  Hits              ?      761           
  Misses            ?      237           
  Partials          ?        0
Impacted Files Coverage Δ
prettytable.py 76.25% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d5427b3...2eb098a. Read the comment docs.

@flaper87 flaper87 merged commit 11cf9f0 into jazzband:master Aug 7, 2019
@hugovk hugovk deleted the rm-3.4 branch August 8, 2019 05:27
@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