diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 568abfa19..e47d782fc 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -11,7 +11,7 @@ // Update 'VARIANT' to pick a Python version: 3, 3.10, 3.9, 3.8, 3.7, 3.6 // Append -bullseye or -buster to pin to an OS version. // Use -bullseye variants on local on arm64/Apple Silicon. - "VARIANT": "3.11.10-bullseye" + "VARIANT": "3.11-bullseye" } },