Skip to content

Commit

Permalink
Attempt to fix DevContainer Python version
Browse files Browse the repository at this point in the history
  • Loading branch information
miohtama committed Oct 23, 2024
1 parent e253d1a commit 9e25caa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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.10-bullseye"
"VARIANT": "3.11.10-bullseye"
}
},

Expand Down

0 comments on commit 9e25caa

Please sign in to comment.