klattimer / LGWebOSRemote

Command line webOS remote for LGTVs
MIT License
511 stars 99 forks source link

Drop Python 2.7 support #145

Closed Tenzer closed 9 months ago

Tenzer commented 9 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 9 months ago

Python 2 is dead, long live python 3