]> git.openstreetmap.org Git - nominatim.git/commitdiff
Merge pull request #2371 from lonvia/increase-python-version
authorSarah Hoffmann <lonvia@denofr.de>
Mon, 5 Jul 2021 08:32:38 +0000 (10:32 +0200)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 08:32:38 +0000 (10:32 +0200)
Increase minimum required Python version to 3.6

.github/workflows/ci-tests.yml
docs/admin/Installation.md

index 99ce5cfaa821f2d03fceb20babe1eacff82bfbc4..8f0ea80db89b214ba2bf989a9854534d86123eae 100644 (file)
@@ -126,7 +126,7 @@ jobs:
 
             - uses: actions/setup-python@v2
               with:
-                python-version: 3.5
+                python-version: 3.6
               if: matrix.ubuntu == 18
 
             - uses: ./Nominatim/.github/actions/setup-postgresql
index a03b8304ca56a9cb1bc1ba98e6424e2644ef91d6..cc1edf590abdfa041ceffedd9bce05c7c5d87809 100644 (file)
@@ -39,7 +39,7 @@ For running Nominatim:
 
   * [PostgreSQL](https://www.postgresql.org) (9.3+ will work, 11+ strongly recommended)
   * [PostGIS](https://postgis.net) (2.2+)
-  * [Python 3](https://www.python.org/) (3.5+)
+  * [Python 3](https://www.python.org/) (3.6+)
   * [Psycopg2](https://www.psycopg.org) (2.7+)
   * [Python Dotenv](https://github.com/theskumar/python-dotenv)
   * [psutil](https://github.com/giampaolo/psutil)