Skip to content

Commit

Permalink
upgrade devcontainer to Python 3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
scito committed Oct 31, 2022
1 parent 302c45b commit a95a0d1
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 @@ -6,7 +6,7 @@
"context": "..",
//Update 'VARIANT' to pick a Python version: 3, 3.10, ...
"args": {
"VARIANT": "3.10"
"VARIANT": "3.11"
}
},
// Add the IDs of extensions you want installed when the container is created.
Expand Down

0 comments on commit a95a0d1

Please sign in to comment.