bind python version to 3.13 (#8362)

This commit is contained in:
Paweł Czaplewski
2025-10-15 23:19:47 +02:00
committed by GitHub
parent 858e8c6fef
commit ec5a54c523

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": {