chhantyal / py3readiness

Python 3 support graph for most popular packages
http://chhantyal.net/py3readiness
BSD 2-Clause "Simplified" License
159 stars 70 forks source link

texttable should be marked as Python 3 capable #58

Closed foutaise closed 5 years ago

foutaise commented 5 years ago

Hi, texttable author here.

A user informed me that texttable is reported as python3 incompatible on your site. Please mark it as compatible. Even the caniusepython3 library is ok:

$ python -c "import caniusepython3; print(caniusepython3.check(projects=['texttable']))"
True

https://caniusepython3.com/project/texttable

Best regards,

hugovk commented 5 years ago

Hi, the problem is the data has been updated in a while.

https://github.com/chhantyal/py3readiness/pull/59 is an update. Texttable drops out of the top 360, but when https://github.com/chhantyal/py3readiness/pull/57 is merged it'll probably be back again, and green.

Thanks!