civisanalytics / civis-python

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

remove support for py 2.7 and 3.4 #378

Closed mheilman closed 4 years ago

mheilman commented 4 years ago

(Following up on our slack conversation)

I think we should merge this into master and treat it as a minor release. numpy dropped py2 support in a minor release (1.17.0). I believe the version-related trove "classifiers" in setup.py should prevent python 2 users from installing new API client versions that don't support python 2 if they just do pip install civis (pip2 install numpy retrieves the last version that supported python 2, numpy 1.16.6).