nithinmurali / pygsheets

Google Sheets Python API v4
https://pygsheets.readthedocs.io/en/latest
Other
1.51k stars 220 forks source link

Which python versions are supported? #553

Closed pedrorojasg closed 2 years ago

pedrorojasg commented 2 years ago

Hello all, Will be nice to add this info to the repo.

Apparently version 2.0.5 is working nice with Python 3.6

nithinmurali commented 2 years ago

We test with python 3.6 to 3.9 https://github.com/nithinmurali/pygsheets/blob/staging/.travis.yml#L3-L6

pedrorojasg commented 2 years ago

Thanks a lot!