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

Python 3 support #13

Closed
hmpf opened this issue Apr 20, 2016 · 1 comment
Closed

Python 3 support #13

hmpf opened this issue Apr 20, 2016 · 1 comment

Comments

@hmpf
Copy link

hmpf commented Apr 20, 2016

Will jose support python 3? I have been changing code to work on both 2 and 3 simulteanously since 2014, I can help you if you like.

Our tests currently stop on the print in cli_decrypt().

By changing the print to print() and adding "from future import print_function" jose'll work on python 2.6.0a2 and newer. If you replace the print with sys.stdout.println it'll work everywhere it works today. But since at least your travis only tests 2.7, I'd recommend print-the-function, and setting 2.7 in your setup.py.

@nmurtagh
Copy link
Contributor

Hi there,

Please see #15!

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

No branches or pull requests

2 participants