drop support for Python 3.6

This commit is contained in:
Sarah Hoffmann
2022-12-14 16:14:23 +01:00
parent a72e2ecb3f
commit c665796c52
3 changed files with 3 additions and 3 deletions

View 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