Skip to content

Add python 3 compatibility, bump version #15

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

Closed
wants to merge 1 commit into from
Closed

Add python 3 compatibility, bump version #15

wants to merge 1 commit into from

Conversation

mbarrien
Copy link

@mbarrien mbarrien commented Aug 18, 2017

This PR adds python 3 compatibility by adding parentheses around the print function. Note that since we have from __future__ import print_function, this makes the minimum Python version at least 2.6 now. (This shouldn't be a problem these days.)

This adds a MANIFEST.in to include README.md to that installing from an archive created via "python setup.py sdist" works properly (the setup.py refers to README.md which is not packaged by default in a sdist)

This also bumps the version. If possible, please publish a new PyPI release; the latest one even is missing the PR for prefixing with process name.

@mbarrien mbarrien changed the title Add python 3 compatbility, bump version Add python 3 compatibility, bump version Aug 18, 2017
@mvk
Copy link

mvk commented Jun 19, 2018

@mbarrien any knowledge when it is going to be merged?

@mbarrien
Copy link
Author

I'm not the one who controls the merge, and I'm no longer working at an organization that uses supervisor, so I'm not pushing it these days.

@mbarrien mbarrien closed this Jun 24, 2020
@mbarrien mbarrien deleted the python3 branch June 24, 2020 03:31
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