Skip to content

Commit b8405c7

Browse files
Update Python version from 3.13-bookworm to 3.12
1 parent 6eeea84 commit b8405c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/devcontainer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
// Update 'VARIANT' to pick a Python version: 3, 3.11, 3.10, 3.9, 3.8
88
// Append -bullseye or -buster to pin to an OS version.
99
// Use -bullseye variants on local on arm64/Apple Silicon.
10-
"VARIANT": "3.12-bookworm" // Changed from 3.13-bookworm to 3.12-bookworm
10+
"VARIANT": "3.12" // Changed from 3.13-bookworm to 3.12-bookworm
1111
}
1212
},
1313

0 commit comments

Comments
 (0)