Skip to content

Python 3.5 not supported? #74

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

Closed
davidkhess opened this issue Oct 23, 2020 · 2 comments
Closed

Python 3.5 not supported? #74

davidkhess opened this issue Oct 23, 2020 · 2 comments

Comments

@davidkhess
Copy link

The setup.py indicates Python 3.5 is supported but cryptojwt/jwk/__init__.py is using type annotation syntax that was introduced in Python 3.6:

  File ".../lib/python3.5/site-packages/cryptojwt/jwk/__init__.py", line 27
    longs: List[str] = []
         ^
SyntaxError: invalid syntax

Is Python 3.5 supported?

@rohe
Copy link
Contributor

rohe commented Oct 24, 2020

No !
Will change setup.py.

@peppelinux
Copy link
Member

here's
a0e26ce

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

3 participants