diff options
author | Samruddhi Khandale <skhandale@microsoft.com> | 2023-10-18 01:05:01 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-18 01:05:01 +0300 |
commit | 36a3604b90762307dddd1ff2b89387f84b6ec66c (patch) | |
tree | f1236bd4901d5b197ed4f8102661754d9813dd4f /test/python/scenarios.json | |
parent | 4fca96b5e8a4bfc93679098cb19d73c65ce571eb (diff) |
[Python] - Support 3.12 (#726)feature_python_1.3.0
Diffstat (limited to 'test/python/scenarios.json')
-rw-r--r-- | test/python/scenarios.json | 10 |
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" + } + } } } |