Skip to content

Support Python 2.7 & 3.4+, drop EOL versions#75

Merged
mdickinson merged 4 commits into
mdickinson:masterfrom
hugovk:update-versions
Oct 29, 2017
Merged

Support Python 2.7 & 3.4+, drop EOL versions#75
mdickinson merged 4 commits into
mdickinson:masterfrom
hugovk:update-versions

Conversation

@hugovk
Copy link
Copy Markdown
Contributor

@hugovk hugovk commented Oct 28, 2017

Fixes #74.

Here's the pip installs for bigfloat from PyPI for the last year:

$ pypinfo -d 365 --percent --pip bigfloat pyversion
python_version percent download_count
-------------- ------- --------------
2.7              63.2%          3,047
3.5              17.9%            865
3.6              13.9%            668
3.4               4.8%            230
3.3               0.1%              5
2.6               0.1%              4

Copy link
Copy Markdown
Owner

@mdickinson mdickinson left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks very good to me. Thank you!

There's just one missed 3.2 -> 3.4 change that I spotted. I'll fix that and then merge.

Comment thread README.rst Outdated
--------

- Supports Python 2 (version 2.6 or later) and Python 3 (version 3.2 or later).
- Supports Python 2 (version 2.7) and Python 3 (version 3.2 or later).
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the 3.2 should be updated to 3.4 here.

@mdickinson mdickinson merged commit b1e30f7 into mdickinson:master Oct 29, 2017
@hugovk hugovk deleted the update-versions branch October 29, 2017 07:29
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.

2 participants