diff options
author | Edmundo Gonzalez <51725820+edgonmsft@users.noreply.github.com> | 2022-10-26 02:07:05 +0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-10-26 02:07:05 +0300 |
commit | 520a4abc40c1fe4c914638ea73b42f2bde09d8e9 (patch) | |
tree | de5ec171d0b00886d1663ef37b723dfc8029bd87 /src | |
parent | fd31e97db06882a47819a47842b8e2d83b372ea6 (diff) |
Python version 3.11 (#237)
* Adding 3.11 option
* Updating tests.
Diffstat (limited to 'src')
-rw-r--r-- | src/python/devcontainer-feature.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/python/devcontainer-feature.json b/src/python/devcontainer-feature.json index e75808a..f2d116e 100644 --- a/src/python/devcontainer-feature.json +++ b/src/python/devcontainer-feature.json @@ -11,6 +11,7 @@ "latest", "os-provided", "none", + "3.11", "3.10", "3.9", "3.8", |