Open mbocevski opened 4 years ago
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.
Fixes #209
Should be merged after the checklist is complete in #209