Skip to content

Commit

Permalink
Updated worker config to include 3.13
Browse files Browse the repository at this point in the history
  • Loading branch information
gavin-aguiar committed Feb 6, 2025
1 parent a1fb445 commit 4d3b892
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/prodV4/worker.config.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"language":"python",
"defaultRuntimeVersion":"3.11",
"supportedOperatingSystems":["LINUX", "OSX", "WINDOWS"],
"supportedRuntimeVersions":["3.7", "3.8", "3.9", "3.10", "3.11", "3.12"],
"supportedRuntimeVersions":["3.7", "3.8", "3.9", "3.10", "3.11", "3.12", "3.13"],
"supportedArchitectures":["X64", "X86", "Arm64"],
"extensions":[".py"],
"defaultExecutablePath":"python",
Expand Down

0 comments on commit 4d3b892

Please sign in to comment.