openatx / adbutils

pure python adb library for google adb service.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

adbutils 1.2.11 has an incorrect `python_requires` spec

mhils opened this issue · comments

It looks like adbutils 1.2.11 was released to provide support for Python 3.6.x. However, the commit to limit the version contains a bug: Instead of '~=3.6', the python version should be '~=3.6.0'. ~=3.6 means >=3.6,<4, ~=3.6.0 means >=3.6.0,<3.7. This currently breaks pip install adbutils on Python 3.7 and above (#92).

I'm not try to fix it in the future. The lastest version is 2.2.3, which limit the python version >= 3.8