civisanalytics / civis-python

Civis API Python Client
BSD 3-Clause "New" or "Revised" License
34 stars 26 forks source link

Deprecation warning for Python 3.4 #339

Closed elsander closed 4 years ago

elsander commented 4 years ago

Python 3.4 reached EOL in March 2019. We should deprecate API client support for 3.4 at the same time that we do for Python 2. We can add a FutureWarning for the next release, then officially remove testing and version-specific support in a future release.