Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 606 Bytes

DROP_PYTHON_EOL_SUPPORT.md

File metadata and controls

13 lines (9 loc) · 606 Bytes

Overview

Python 2 and < 3.6 will be or have already reached their end of life. Therefore, new quandl releases will only support Python versions >= 3.6.

  • quandl versions less than 3.5.0 will only support Python 2 and Python < 3.5.
  • quandl versions greater than or equal to 3.7.0 will only support Python >= 3.6

If you're using Python 2 or < 3.5, you'll need to stay at quandl 3.4.9 or lower. If you're using Python 3.5.x, you'll need to stay at quandl 3.5.x. If you're using Python >= 3.6, its recommended to perform a pip install --upgrade quandl to grab the latest and greatest.