datapusher icon indicating copy to clipboard operation
datapusher copied to clipboard

Remove python 2.7 support

Open mbocevski opened this issue 4 years ago • 2 comments

Fixes #209

Should be merged after the checklist is complete in #209

mbocevski avatar Oct 08 '20 10:10 mbocevski

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 avatar Oct 12 '20 20:10 hugovk

@hugovk great suggestion. I've pushed the change in the latest commit.

mbocevski avatar Oct 13 '20 06:10 mbocevski