We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa0c20f commit 0ff4836Copy full SHA for 0ff4836
.devcontainer/py3.11/devcontainer.json renamed to .devcontainer/py3.13/devcontainer.json
@@ -1,9 +1,9 @@
1
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
2
// README at: https://github.com/devcontainers/templates/tree/main/src/python
3
{
4
- "name": "Python 3.11",
+ "name": "Python 3.13",
5
// Or use a Dockerfile or Docker Compose file. More info: https://containers.dev/guide/dockerfile
6
- "image": "mcr.microsoft.com/devcontainers/python:3.11",
+ "image": "mcr.microsoft.com/devcontainers/python:3.13",
7
"features": {
8
"ghcr.io/warrenbuckley/codespace-features/sqlite:1": {}
9
},
0 commit comments