facelessuser / pyspelling

Spell checker automation tool
https://facelessuser.github.io/pyspelling/
MIT License
80 stars 21 forks source link

Python 2.7 support? #161

Closed ndvbd closed 1 year ago

ndvbd commented 1 year ago

When I try to do with python 2.7.18, pip2 install pyspelling, I get:

File "/tmp/pip-install-cwn6IC/pyspelling/pyspelling/__meta__.py", line 188, in <module>
        __version_info__ = Version(2, 7, 1, "final")
      File "/tmp/pip-install-cwn6IC/pyspelling/pyspelling/__meta__.py", line 116, in __new__
        return super().__new__(cls, major, minor, micro, release, pre, post, dev)
    TypeError: super() takes at least 1 argument (0 given)

Does it support python2.7 or only 3?

facelessuser commented 1 year ago

I do not support Python 2.7 on any of the projects that I maintain.