Skip to content

Commit 9dbbb5f

Browse files
committed
Adding Runtime version py3.11 in worker.config.json.
1 parent 54c1e1b commit 9dbbb5f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

python/prodV4/worker.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"language":"python",
44
"defaultRuntimeVersion":"3.9",
55
"supportedOperatingSystems":["LINUX", "OSX", "WINDOWS"],
6-
"supportedRuntimeVersions":["3.7", "3.8", "3.9", "3.10"],
6+
"supportedRuntimeVersions":["3.7", "3.8", "3.9", "3.10", "3.11"],
77
"supportedArchitectures":["X64", "X86"],
88
"extensions":[".py"],
99
"defaultExecutablePath":"python",

0 commit comments

Comments
 (0)