mattlisiv / newsapi-python

A Python Client for News API
MIT License
376 stars 130 forks source link

requesting support for python 3.6 and newer #33

Closed omi10859 closed 5 years ago

caseyjconger commented 5 years ago

I'm using python 3.6.7 and it works for me (I haven't run through all of the functionality, but basic searches work). The only hiccup was that I had to import it using from newsapi.newsapi_client import NewsApiClient

toxicmender commented 5 years ago

Doesn't seem to affect python 3.6.8 on windows 64-bit. I ran the example codes from NewsAPI site.

mattlisiv commented 5 years ago

Haven't found any reason why 3.6 does not work. Please open specific issue if you find one.

Thanks!