pyauth / pyotp

Python One-Time Password Library
https://pyauth.github.io/pyotp/
Other
2.95k stars 321 forks source link

broken Python 2.7 #103

Closed TheCherry closed 4 years ago

TheCherry commented 4 years ago

Hi,

the new Update broke the support for python 2.7

  File "/usr/local/lib/python2.7/dist-packages/pyotp/__init__.py", line 14 
    length: int = 16, 
          ^ 
SyntaxError: invalid syntax
kislyuk commented 4 years ago

Python 2.7 is no longer supported. The last version of PyOTP which is compatible with Python 2.7 is v2.3.0.