-
Notifications
You must be signed in to change notification settings - Fork 711
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
Drop Python <= 3.5 support #557
Comments
I am totally in favor of this movement. There are so many reasons to make that move, and I think the strongest one is being aligned with the community. Every day more and more packages drop their Python2 support. |
Coming here from the #556 issue - having to support 2/3 and pinning to an old PyJWT is causing us upgrade isses. |
In favor as well. Looking to update PyJWT as well, and I think that dropping Python 2 is perfectly reasonable. If folks need to stay on Python 2 for a bit longer, the old versions of this library don't go away, so I don't think we need to worry about that, really. |
Updated title and description. We will be looking to major version roll this library in the coming weeks and drop support for Python <= 3.5 and migrate to PyJWT 2. Comms will go out to customers using such versions of Python and a recent release of this library to notify them of the breaking change should they choose to upgrade. |
Closed in #560 |
It is on our backlog to drop support for Python <= 3.5 as they are EOL. This issue exists to help identify potential issues an to gather general feedback. Please feel free to comment with any questions or concerns.
Related Issue: #556
The text was updated successfully, but these errors were encountered: