]> git.openstreetmap.org Git - nominatim.git/commit
increase minimum Python to 3.6
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 21 Jun 2021 14:32:54 +0000 (16:32 +0200)
committerSarah Hoffmann <lonvia@denofr.de>
Mon, 21 Jun 2021 16:37:37 +0000 (18:37 +0200)
commitc7073a1fc0ea78c7d57ec45cc9f70c36020bf396
tree47b7c6b0103a69bff0d4f606bb52538166e492ae
parente7b4fc70e786d6914ffad2bc424535b40c1db675
increase minimum Python to 3.6

Python 3.6 introduces formatted string literals and
flag enums as well as a much faster dict implementation.
These changes make the code so much simpler as to warrant
dropping Python 3.5 support.

Affected distributions are Ubuntu 16.04 and Debian Stretch.
.github/workflows/ci-tests.yml
docs/admin/Installation.md