aboutsummaryrefslogtreecommitdiff
path: root/test/python/scenarios.json
diff options
context:
space:
mode:
Diffstat (limited to 'test/python/scenarios.json')
-rw-r--r--test/python/scenarios.json10
1 files changed, 9 insertions, 1 deletions
diff --git a/test/python/scenarios.json b/test/python/scenarios.json
index c3c55d5..23b6cfc 100644
--- a/test/python/scenarios.json
+++ b/test/python/scenarios.json
@@ -32,7 +32,7 @@
}
},
"install_os_provided_python": {
- "image": "mcr.microsoft.com/devcontainers/base:0-bullseye",
+ "image": "mcr.microsoft.com/devcontainers/base:1-bullseye",
"features": {
"python": "os-provided"
}
@@ -73,5 +73,13 @@
"configureJupyterlabAllowOrigin": "*"
}
}
+ },
+ "install_python_3_12": {
+ "image": "mcr.microsoft.com/devcontainers/base:1-ubuntu-22.04",
+ "features": {
+ "python": {
+ "version": "3.12"
+ }
+ }
}
}