We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d95c31c commit 2622040Copy full SHA for 2622040
1 file changed
test/python/scenarios.json
@@ -44,7 +44,7 @@
44
"features": {
45
"python": {
46
"version": "3.11",
47
- "additionalVersions": "3.9.13,3.10.5"
+ "additionalVersions": "3.8,3.9.13,3.10.5"
48
}
49
50
},
@@ -53,7 +53,7 @@
53
54
55
56
57
58
59
@@ -172,14 +172,6 @@
172
173
174
175
- "install_python_3_8": {
176
- "image": "mcr.microsoft.com/devcontainers/base:1-ubuntu-22.04",
177
- "features": {
178
- "python": {
179
- "version": "3.8"
180
- }
181
182
- },
183
"install_alternate_tools": {
184
"image": "mcr.microsoft.com/devcontainers/base:1-ubuntu-22.04",
185
@@ -283,5 +275,5 @@
283
275
"additionalVersions": "3.8,3.9.13,3.10.5"
284
276
285
277
286
278
+ }
287
279
0 commit comments