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

Switch to Python 3.5 #15

Open
Abraxos opened this issue Jan 28, 2016 · 1 comment
Open

Switch to Python 3.5 #15

Abraxos opened this issue Jan 28, 2016 · 1 comment
Assignees
Labels

Comments

@Abraxos
Copy link
Owner

Abraxos commented Jan 28, 2016

Using Python 3.4 causes a deprication warning to come up in the RSA package. This is fixed in its most recent version for Python 3.5

/home/eugene/.virtualenvs/hermeslib-dev/lib/python3.4/site-packages/rsa/pem.py:92: DeprecationWarning: decodestring() is a deprecated alias, use decodebytes()
return base64.decodestring(pem)

@Abraxos Abraxos added the bug label Jan 28, 2016
@Abraxos Abraxos added this to the Create basic API and Protocol milestone Jan 28, 2016
@Abraxos Abraxos self-assigned this Jan 28, 2016
@CanntAim
Copy link
Collaborator

I will need to go through and check for compatibility with python 3 on my end as well...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants