jquast / blessed

Blessed is an easy, practical library for making python terminal apps

Home Page:http://pypi.python.org/pypi/blessed

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Doesn't function with 3.10.0

EthanSarinThomas opened this issue · comments

It seems to be checking the python version in a weird way that makes it think 3.10 is < 3.2 which it is unable to support which throws an error:

    from blessed import Terminal
  File "/Library/Frameworks/Python.framework/Versions/3.10/lib/python3.10/site-packages/blessed/__init__.py", line 17, in <module>
    raise ImportError('Blessed needs Python 3.2.3 or greater for Python 3 '
ImportError: Blessed needs Python 3.2.3 or greater for Python 3 support due to http://bugs.python.org/issue10570.

What version of Blessed are you running? I believe this was fixed in 1.17.9

Closing this since there haven't been additional comments and this appears to be fixed.