mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
368 stars 90 forks source link

Test failing for 3.6 #138

Closed dericke closed 2 years ago

dericke commented 3 years ago

My use of datetime.strptime() in #134 relied on a Python 3.7+ feature, something I didn't realize until seeing the failing 3.6 tests today. Would it be better to drop 3.6 support, or should I refactor to remove the 3.7 dependency?

mvexel commented 3 years ago

I would be okay with dropping support for 3.6, I think it reaches some EOL by the end of '21 anyway.

Vitalts commented 3 years ago

Here added fix for 3.6 https://github.com/mvexel/overpass-api-python-wrapper/pull/144