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 /test/python/scenarios.json | |
parent | fd31e97db06882a47819a47842b8e2d83b372ea6 (diff) |
Python version 3.11 (#237)
* Adding 3.11 option
* Updating tests.
Diffstat (limited to 'test/python/scenarios.json')
-rw-r--r-- | test/python/scenarios.json | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/python/scenarios.json b/test/python/scenarios.json index 9df8d72..80e0fb5 100644 --- a/test/python/scenarios.json +++ b/test/python/scenarios.json @@ -3,8 +3,8 @@ "image": "ubuntu:focal", "features": { "python": { - "version": "3.10.5", - "additionalVersions": "3.8,3.9.13" + "version": "3.11", + "additionalVersions": "3.8,3.9.13,3.10.5" } } }, |