-
Notifications
You must be signed in to change notification settings - Fork 35
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 #14
Comments
There are two forks that support python3. @ajkavanagh has a fork here which supports 3.3. I've got one which is tested on 2.7.8 and 3.4.2 & passes the provided unit tests. |
Just as a note, I'm not using my port of python-jws. I did it as an exercise in porting when I was doing some work with JWTs and, after the port, discovered that it didn't really fit my needs. Nothing wrong with the module though! |
I'm actually using mine for production work. |
@williamgibb probably you could offer a PR back to @brianloveswords to get Py3.4+ support then. If so, I'd drop by fork (I was only keeping it for posterity). |
It'd be great if we could get Python 3 support from @williamgibb merged in! |
Is this closed by #10 ? |
Please, support Python 3, and document supported versions in PYPI.
The text was updated successfully, but these errors were encountered: