bind python version to 3.13 (#8362)

This commit is contained in:
Paweł Czaplewski
2025-10-16 08:19:47 +11:00
committed by GitHub
co-authored by GitHub
parent 858e8c6fef
commit ec5a54c523
+1 -1
View File
@@ -8,7 +8,7 @@
"features": { "features": {
"ghcr.io/devcontainers/features/python:1": { "ghcr.io/devcontainers/features/python:1": {
"installTools": true, "installTools": true,
"version": "latest" "version": "3.13"
} }
}, },
"customizations": { "customizations": {