datapusher
datapusher copied to clipboard
Remove python 2.7 support
Fixes #209
Should be merged after the checklist is complete in #209
Tip: Add python_requires='>=3.6',
to setup.py
, it'll help pip only install this version for people with Python 3.6+, and fallback to the previous version for those still with 2.7.
@hugovk great suggestion. I've pushed the change in the latest commit.