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

@@ -119,7 +119,7 @@ jobs:
if: matrix.dependencies == 'pip'
- name: Python static typechecking
run: ../venv/bin/python -m mypy --strict --python-version 3.8 src
run: ../venv/bin/python -m mypy --strict --python-version 3.9 src
working-directory: Nominatim
if: matrix.dependencies == 'pip'