browniebroke/deezer-python

Drop Python 3.4

browniebroke opened this issue · 1 comments

Python 3.4 reached EOL on the 18/03/2019, it served us well, but it's time to drop support. Files to updates include (at least):

  • Remove it from CI configs: .travis.yml & appveyor.yml
  • Remove it from tox.ini
  • Remove it from setup.py classifiers
  • Update python_requires in setup.py
  • Check the docs if mentioned anywhere

Please see PR #47.