diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index c2b522a..e3d91b1 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -45,7 +45,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.10" - name: Install dependencies run: | @@ -119,7 +119,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: "3.9" + python-version: "3.10" - name: Install dependencies run: | diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 95a78b0..8d3e2a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -55,7 +55,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.10' - name: Install dependencies run: | @@ -86,7 +86,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v4 with: - python-version: '3.9' + python-version: '3.10' - name: Install dependencies run: | diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 6c58096..e2b3761 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: rev: 23.3.0 hooks: - id: black - language_version: python3.9 + language_version: python3.10 - repo: https://github.com/pycqa/flake8 rev: 6.0.0 hooks: diff --git a/Dockerfile b/Dockerfile index 01d8807..701e19d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.9 +FROM python:3.10 # Add rsync RUN apt update -qq && apt upgrade -y && apt autoremove -y diff --git a/doc/deployment.md b/doc/deployment.md index 9097673..df379bf 100644 --- a/doc/deployment.md +++ b/doc/deployment.md @@ -14,7 +14,7 @@ docker run -p 5000:5000 -e "DATABASE_URL=postgresql://postgres@localhost/eventca ### Requirements -- Python 3.9 +- Python 3.10 - pip - Postgres with postgis