caltechlibrary / caltechdata_api

Python library for using the CaltechDATA API
Other
10 stars 2 forks source link

python >=3.7 required? #9

Closed caseyjlaw closed 3 years ago

caseyjlaw commented 3 years ago

I am using python 3.6 and would like to easily install caltechdata_api. I noticed that I can clone and install from github. This seems to work in python 3.6 in my work. Is Python >= 3.7 really required? If it wasn't, then I could use pypi to install this.

tmorrell commented 3 years ago

Nope, I just hadn't tested it on 3.6 until now. I've just made a new release that you should be able to install. Let me know if you run into any issues!

caseyjlaw commented 3 years ago

Thanks for the quick response.