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

Replace future with six #404

Merged
merged 1 commit into from
Feb 22, 2020
Merged

Replace future with six #404

merged 1 commit into from
Feb 22, 2020

Conversation

gGonz
Copy link
Contributor

@gGonz gGonz commented Feb 17, 2020

This closes #402 by changing future with six as dependency to support Python 2 and 3.

I added an explicit cast to integer for the ceil() function only if running on Python 2, this makes easier to remove the code in a future when the package drops support for this version.

This was tested on Python 2.7 and from 3.5 to 3.8.

@gGonz gGonz requested a review from facetoe February 17, 2020 23:38
@facetoe facetoe merged commit efd8a98 into facetoe:master Feb 22, 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.

Consider removing future as a dependency
2 participants