-
Notifications
You must be signed in to change notification settings - Fork 77
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
Add support for Python 3.x #9
Comments
Closed
👍 |
5 similar comments
+1 |
+1 |
+1 |
+1 |
+1 |
jumping on the 👍 wagon |
+1 |
1 similar comment
+1 |
👍 👍 👍 |
need this! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
If I'm not mistaken the following steps are sufficient to have this package publicly support Python 3.x:
setup.py
for thesetup()
call (such as https://github.com/svisser/logaugment/blob/master/setup.py#L31-L37) to indicate 3.x support.I'm not sure what Python versions you're willing to support but these changes should be all (I have tested the package already in 3.x).
The text was updated successfully, but these errors were encountered: