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

Use development version of caniusepython3 #4

Closed vaibhavsagar closed 9 years ago

vaibhavsagar commented 10 years ago

Is it possible for you to use the development version of caniusepython3 instead of the stable version? The development version has the most up-to-date overrides and is a better indicator of Python 3 readiness.

chhantyal commented 10 years ago

Hey thanks for pointing that out. I actually use the development version. I just pulled latest from master, and couple of packages went green :)

May be I should automate install process too.

vaibhavsagar commented 10 years ago

That would definitely help.

chhantyal commented 9 years ago

It is using github master branch. Refer to #6

vaibhavsagar commented 9 years ago

Thanks!