upgrade to Python 3.12

This includes only the most basic steps of the upgrade, to make the
existing code run with Python 3.12. No refactoring to make use of new
features is included.
This commit is contained in:
ducklet 2023-11-26 17:00:31 +01:00
parent 79068f2f10
commit 6d0c61fceb
5 changed files with 197 additions and 221 deletions

View file

@ -1,4 +1,4 @@
FROM docker.io/library/python:3.11-alpine
FROM docker.io/library/python:3.12-alpine
RUN apk update --no-cache \
&& apk upgrade --no-cache \