diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index b710962..dd509bc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: - name: Set up Python 3.12 uses: actions/setup-python@v6 with: - python-version: "3.12" + python-version: "3.14" cache: pip cache-dependency-path: requirements-dev.txt diff --git a/Dockerfile b/Dockerfile index 3227325..2e5cbc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ RUN npm run build # --- Stage 2 : runtime Python ------------------------------------------------- -FROM python:3.12-slim +FROM python:3.14-slim ENV PYTHONDONTWRITEBYTECODE=1 \ PYTHONUNBUFFERED=1 \