Support Python 3.12 (#1004)

This commit is contained in:
Erik Vroon
2024-11-12 11:06:45 +01:00
committed by GitHub
parent 1ddb2ed56c
commit b6680b4aeb
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM python:3.10-alpine3.17
FROM python:3.12-alpine3.17
ARG packages
RUN apk --update add ${packages} \
&& rm -rf /var/cache/apk/* \

View File

@@ -45,4 +45,4 @@ ruff = ">=0.0.292"
vulture = ">=2.10"
[requires]
python_version = "3.10"
python_version = "3.12"