Upgrade our Devcontainer to Python 3.12 on Debian bookworm (#9580)

This commit is contained in:
Christian Clauss
2023-10-03 12:04:59 +02:00
committed by GitHub
parent da03c14d39
commit e60779c202
3 changed files with 4 additions and 3 deletions

View File

@@ -4,10 +4,10 @@
"dockerfile": "Dockerfile",
"context": "..",
"args": {
// Update 'VARIANT' to pick a Python version: 3, 3.10, 3.9, 3.8, 3.7, 3.6
// Update 'VARIANT' to pick a Python version: 3, 3.11, 3.10, 3.9, 3.8
// Append -bullseye or -buster to pin to an OS version.
// Use -bullseye variants on local on arm64/Apple Silicon.
"VARIANT": "3.11-bookworm",
"VARIANT": "3.12-bookworm",
}
},