Skip to content

Commit ee2afc1

Browse files
Update Python version to 3.13 (#7636)
* Update Python version to 3.13 * Limit scope for supressing warning * Update td-client to 1.5.0 to avoid the warning
1 parent 5de63be commit ee2afc1

File tree

5 files changed

+906
-761
lines changed

5 files changed

+906
-761
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ RUN <<EOF
3737
fi
3838
EOF
3939

40-
FROM python:3.10-slim-bookworm
40+
FROM python:3.13-slim-bookworm
4141

4242
EXPOSE 5000
4343

0 commit comments

Comments
 (0)