Skip to content

Commit b9bb07c

Browse files
committed
chore(DevContainer): Add Python 3.13 to devcontainer and remove composer call
Signed-off-by: David Dreschner <david.dreschner@nextcloud.com>
1 parent e1ac631 commit b9bb07c

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.devcontainer/devcontainer.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,11 @@
1212
]
1313
}
1414
},
15-
"postCreateCommand": "python3 -m pip install -r requirements.txt && python3 -m pip install sphinx-autobuild && cd build && composer install --ignore-platform-reqs"
15+
"features": {
16+
"ghcr.io/devcontainers/features/python:1": {
17+
"version": "3.13"
18+
}
19+
},
20+
"postCreateCommand": "python3 -m pip install -r requirements.txt && python3 -m pip install sphinx-autobuild",
21+
"waitFor": "postCreateCommand"
1622
}

0 commit comments

Comments
 (0)