ckan / datapusher

A standalone web service that pushes data files from a CKAN site resources into its DataStore
GNU Affero General Public License v3.0
77 stars 154 forks source link

Remove python 2.7 support #211

Open mbocevski opened 4 years ago

mbocevski commented 4 years ago

Fixes #209

Should be merged after the checklist is complete in #209

hugovk commented 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.

mbocevski commented 4 years ago

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