spyoungtech / grequests

Requests + Gevent = <3
https://pypi.python.org/pypi/grequests
BSD 2-Clause "Simplified" License
4.46k stars 331 forks source link

Add python version classifiers #122

Closed jogo closed 5 years ago

jogo commented 6 years ago

Make it easy to pragmatically determine this supports python3 via https://github.com/brettcannon/caniusepython3.

When migrating a large code base it's nice to be to automatically check the status of dependencies (see https://docs.python.org/3/howto/pyporting.html)

jparise commented 6 years ago

@kennethreitz @spyoungtech would you consider merging this?