diff --git a/.python-version b/.python-version index 1e33456..c10780c 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.11.2 +3.13.1 diff --git a/Dockerfile b/Dockerfile index dc25800..4c575f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ # See https://docs.docker.com/develop/develop-images/multistage-build/ # Creating a python base with shared environment variables -FROM python:3.11.2-slim as python-base +FROM python:3.13.1-slim as python-base ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \ PIP_NO_CACHE_DIR=off \