quandl / quandl-python

MIT License
1.36k stars 336 forks source link

dev/only support python 3.5 and up #145

Closed jjmar closed 4 years ago

jjmar commented 4 years ago

From now on master will only support python versions 3.5 and up now that python 3.0 -> 3.4 is EOL and python 2.7 is soon to be as well.

couture-ql commented 4 years ago

One last thing we should do to avoid confusing end users is actually do a major bump change, or fix the branch name.

We're planning on dropping < 3.5 python support, so we should either bump to 4.0.0 (even though there's no actual breaking API changes), or do as you proposed which is continue on with 3.5.0 with these changes in master. If we want to go with the latter option, then we should rename the branch in #147 to be maintenance/3.4.x.