From de6ee8261ed20d69d54704eb29c539db0e653f26 Mon Sep 17 00:00:00 2001 From: Samuel MARLHENS Date: Sat, 26 Oct 2024 16:16:49 +0200 Subject: [PATCH] chore: bump Python to v3.13 --- .python-version | 2 +- Dockerfile | 2 +- README.md | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.python-version b/.python-version index 56bb660..4eba2a6 100644 --- a/.python-version +++ b/.python-version @@ -1 +1 @@ -3.12.7 +3.13.0 diff --git a/Dockerfile b/Dockerfile index 7b0f631..7f9194a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.12.7-slim-bookworm AS python-base +FROM python:3.13.0-slim-bookworm AS python-base ENV PYTHONUNBUFFERED=1 \ PYTHONDONTWRITEBYTECODE=1 \ diff --git a/README.md b/README.md index bb7564f..fb3c3ff 100644 --- a/README.md +++ b/README.md @@ -31,7 +31,7 @@ ## Prerequisites -- [Python](https://www.python.org/downloads/) **>=3.12.3 <3.13.0** (_tested with 3.12.7_) +- [Python](https://www.python.org/downloads/) **>=3.13.0 <3.14.0** (_tested with 3.13.0_) - [pre-commit](https://pre-commit.com/#install) **>=3.2.0 <4.0.0** (_tested with 3.8.0_) - [uv](https://docs.astral.sh/uv/getting-started/installation/) **>=0.4.27** (_tested with 0.4.27_) - [docker](https://docs.docker.com/get-docker/) (_optional_)