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.3 #101

Merged
merged 2 commits into from Sep 24, 2018
Merged

Drop support for EOL Python 3.3 #101

merged 2 commits into from Sep 24, 2018

Conversation

hugovk
Copy link
Contributor

@hugovk hugovk commented Sep 24, 2018

Python 3.3 is EOL (since 2017-09-29) and no longer receiving security updates (or any updates) from the core Python team.

It's also little used.

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

python_version percent download_count
3.6 45.11% 26,193
2.7 27.62% 16,039
3.5 14.32% 8,315
3.7 7.63% 4,431
3.4 4.95% 2,872
3.3 0.28% 161
2.6 0.09% 51
Total 58,062

Source: pypinfo --start-date 2018-08-01 --end-date 2018-08-31 --markdown --percent dominate pyversion

It is also failing the build (eg. see PR #100 which only changed the README) because dependencies no longer support Python 3.3.

This PR also upgrades pip which fixes the Python 3.4 build.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 96.661% when pulling aced523 on hugovk:rm-3.3 into a23defe on Knio:master.

@Knio Knio merged commit 7424d62 into Knio:master Sep 24, 2018
@hugovk hugovk deleted the rm-3.3 branch September 24, 2018 16:37
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