jezdez / caniusepython3.com

A site to check if your Python project is compatible with Python 3
https://caniusepython3.com/
136 stars 18 forks source link

Don't hard-code a requirement against caniusepython 1.1.0 #3

Closed brettcannon closed 10 years ago

brettcannon commented 10 years ago

Not sure how you want to handle updates specifically for overrides.json. Is it easiest for me to just push micro version updates (in which case the pegging in the requirements.txt file might get annoying to update)? Do you want to just grab the raw JSON from GitHub? Let me know what's easiest for you so you can get them quickly.

And if you want, feel free to have a link pointing at brettcannon/caniusepython3 for people to file bugs when a project's status is outdated.

jezdez commented 10 years ago

Ah, I think fetching the JSON file from Github isn't a bad idea at all!

brettcannon commented 10 years ago

Oh good because that takes pressure off of me to do constant micro releases. =)

jezdez commented 10 years ago

@brettcannon Could you offer a way to pass in the overrides that I fetch from Github into caniusepython3.all_py3_projects so I don't have to reimplement the function?

jezdez commented 10 years ago

I could also just monkeypatch caniusepython3.overrides (override the overrides, teehee).