Skip to content

Commit 809589e

Browse files
committed
Update Python version to 3.13 in devcontainer
1 parent 36bf8c6 commit 809589e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
ARG PYTHON_VERSION=3.12
1+
ARG PYTHON_VERSION=3.13
22
ARG LINUX_DISTRO=bookworm
33

44
FROM mcr.microsoft.com/devcontainers/python:1-${PYTHON_VERSION}-${LINUX_DISTRO}

0 commit comments

Comments
 (0)