Skip to content

Commit d6dda87

Browse files
committed
upgrade to python 3.12
1 parent ca7bc83 commit d6dda87

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.python-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.11.8
1+
3.12.4

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.11.8-slim-bullseye as build
1+
FROM python:3.12.4-slim-bookworm as build
22

33
RUN set -x \
44
&& python3 -m venv /opt/conveyor
@@ -22,7 +22,7 @@ RUN --mount=type=cache,target=/root/.cache/pip \
2222
install -r /tmp/requirements.txt
2323

2424

25-
FROM python:3.11.8-slim-bullseye
25+
FROM python:3.12.4-slim-bookworm
2626

2727
ENV PYTHONUNBUFFERED=1
2828
ENV PYTHONDONTWRITEBYTECODE=1

tox.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[tox]
2-
envlist = py311
2+
envlist = py312
33
skipsdist = True
44

55
[testenv]

0 commit comments

Comments
 (0)