raise minimum supported Python version to 3.9

This commit is contained in:
Sarah Hoffmann
2025-07-19 15:23:17 +02:00
parent 8a96e4f802
commit 8bb53c22be
6 changed files with 6 additions and 9 deletions

View File

@@ -27,7 +27,7 @@ For running Nominatim:
* [PostgreSQL](https://www.postgresql.org) (12+ will work, 13+ strongly recommended)
* [PostGIS](https://postgis.net) (3.0+ will work, 3.2+ strongly recommended)
* [osm2pgsql](https://osm2pgsql.org) (1.8+)
* [Python 3](https://www.python.org/) (3.7+)
* [Python 3](https://www.python.org/) (3.9+)
Furthermore the following Python libraries are required: