SiftScience / sift-python

Sift API (Python client)
MIT License
20 stars 23 forks source link

Add Python version classifiers to setup.py #71

Closed philfreo closed 5 years ago

philfreo commented 5 years ago

This will help projects that use Sift migrate from Python 2 to Python 3 since I believe tools like https://pypi.org/project/caniusepython3/ rely on this classifier to detect dependency readiness.

Based on https://github.com/SiftScience/sift-python/blob/master/CHANGES.md I see that this currently supports both Python 3 and 2.7.

ehrmann commented 5 years ago

Merged. Thanks for the change!