Update devcontainer to Python 3.13 (#132313)

This commit is contained in:
Marc Mueller
2024-12-13 09:22:01 +01:00
committed by GitHub
parent 11b65b1eb3
commit e4cca3fe40

View File

@ -1,4 +1,4 @@
FROM mcr.microsoft.com/devcontainers/python:1-3.12 FROM mcr.microsoft.com/devcontainers/python:1-3.13
SHELL ["/bin/bash", "-o", "pipefail", "-c"] SHELL ["/bin/bash", "-o", "pipefail", "-c"]