upgrade devcontainer to Python 3.11

This commit is contained in:
scito 2022-10-31 22:11:55 +01:00
parent 302c45be99
commit a95a0d1325

View File

@ -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.