mirror of
https://github.com/osm-search/Nominatim.git
synced 2026-02-15 10:57:58 +00:00
raise minimum supported Python version to 3.9
This commit is contained in:
2
.github/workflows/ci-tests.yml
vendored
2
.github/workflows/ci-tests.yml
vendored
@@ -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'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user