]> git.openstreetmap.org Git - nominatim.git/commitdiff
drop support for Python 3.6
authorSarah Hoffmann <lonvia@denofr.de>
Wed, 14 Dec 2022 15:14:23 +0000 (16:14 +0100)
committerSarah Hoffmann <lonvia@denofr.de>
Tue, 3 Jan 2023 09:03:00 +0000 (10:03 +0100)
.github/workflows/ci-tests.yml
CMakeLists.txt
docs/admin/Installation.md

index 9b51a90bddb524b477cdac31329f419e2213426f..7414cc77a0b3ea8001abcd88ada35ca1b278f711 100644 (file)
@@ -71,7 +71,7 @@ jobs:
 
             - uses: actions/setup-python@v4
               with:
-                python-version: 3.6
+                python-version: 3.7
               if: matrix.ubuntu == 18
 
             - uses: ./Nominatim/.github/actions/setup-postgresql
index f151b312e61ff7c5df62823c59022ab97c573cdd..8200e7572beb9548ee78f412e1e2146ee80347e0 100644 (file)
@@ -73,7 +73,7 @@ endif()
 #-----------------------------------------------------------------------------
 
 if (BUILD_IMPORTER)
-    find_package(PythonInterp 3.6 REQUIRED)
+    find_package(PythonInterp 3.7 REQUIRED)
 endif()
 
 #-----------------------------------------------------------------------------
index 36b8eeca7bbed9bf57d520ec093ecea726bb2240..f3e656d88cca2578a093e0741e7633c1567c02e8 100644 (file)
@@ -44,7 +44,7 @@ For running Nominatim:
 
   * [PostgreSQL](https://www.postgresql.org) (9.6+ will work, 11+ strongly recommended)
   * [PostGIS](https://postgis.net) (2.2+ will work, 3.0+ strongly recommended)
-  * [Python 3](https://www.python.org/) (3.6+)
+  * [Python 3](https://www.python.org/) (3.7+)
   * [Psycopg2](https://www.psycopg.org) (2.7+)
   * [Python Dotenv](https://github.com/theskumar/python-dotenv)
   * [psutil](https://github.com/giampaolo/psutil)