diff --git a/.github/workflows/python-linting.yaml b/.github/workflows/python-linting.yaml index 9aa0a3d..9a34471 100644 --- a/.github/workflows/python-linting.yaml +++ b/.github/workflows/python-linting.yaml @@ -18,7 +18,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.6.0 with: - python-version: 3.12 + python-version: 3.14 cache: 'pip' cache-dependency-path: | **/requirements.txt @@ -53,7 +53,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v5.6.0 with: - python-version: 3.12 + python-version: 3.14 cache: 'pip' cache-dependency-path: | **/requirements.txt diff --git a/Dockerfile b/Dockerfile index 2b79814..c78fe04 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.13.3 AS base +FROM python:3.14.2 AS base WORKDIR /app