chore: update Python version to 3.13 for the latest HA

This commit is contained in:
Xavier Morel
2025-03-27 21:28:27 +01:00
parent 7ff2710a7b
commit fadb192dff

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"]