klattimer / LGWebOSRemote

Command line webOS remote for LGTVs
MIT License
523 stars 101 forks source link

Drop Python 2.7 support #145

Closed Tenzer closed 12 months ago

Tenzer commented 12 months ago

As far as I can tell, it hasn't worked the last four years following the changes in commit 0c4ad73. This means the check for which Python version that is used can be removed since inspect.getfullargspec has been available since Python 3.0.

This also updates the classifiers for the package to the currently maintained Python versions.

klattimer commented 12 months ago

Python 2 is dead, long live python 3