Skip to content

Commit af74717

Browse files
committed
Bump to python 3.13
1 parent 779f513 commit af74717

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# syntax=docker/dockerfile:1
2-
FROM python:3.12-slim as builder
2+
FROM python:3.13-slim as builder
33

44
ENV PIPENV_VENV_IN_PROJECT=1
55

@@ -26,7 +26,7 @@ RUN set -ex \
2626
&& rm -rf /var/lib/apt/lists/*
2727

2828

29-
FROM python:3.12-slim as runtime
29+
FROM python:3.13-slim as runtime
3030

3131

3232
COPY --from=builder /usr/src/ /usr/src/

Pipfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,4 @@ redis = "*"
2020
pytest = "*"
2121

2222
[requires]
23-
python_version = "3.11"
23+
python_version = "3.13"

0 commit comments

Comments
 (0)