support Python 3.14 (#453)

* support Python 3.14
* update Python in Docker containers
This commit is contained in:
Roland Kurmann
2025-11-14 16:01:13 +01:00
committed by GitHub
parent 2b990376a6
commit 13231a4f61
9 changed files with 20 additions and 24 deletions

View File

@@ -1,5 +1,5 @@
# --build-arg BASE_IMAGE=python:3.11-slim-buster
ARG BASE_IMAGE=python:3.13-slim-bookworm
ARG BASE_IMAGE=python:3.14-slim-trixie
FROM $BASE_IMAGE
# https://docs.docker.com/engine/reference/builder/