mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
359 stars 89 forks source link

Drop Py 3.6 support #139

Closed dericke closed 3 years ago

dericke commented 3 years ago

Drops Python 3.6 from CI config and Pypi properties.

Closes #138

dericke commented 3 years ago

Tests failed because of too many requests to overpass. I started working on a branch that avoids this, and will incorporate the 3.6 support drop