We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 648c4e3 + 9c1bf1f commit 97b21dfCopy full SHA for 97b21df
src/config/supportedRuntimes.js
@@ -21,6 +21,8 @@ export const supportedRuntimesArchitecture = {
21
"python3.9": [ARM64, X86_64],
22
"python3.10": [ARM64, X86_64],
23
"python3.11": [ARM64, X86_64],
24
+ "python3.12": [ARM64, X86_64],
25
+ "python3.13": [ARM64, X86_64],
26
"ruby2.7": [ARM64, X86_64],
27
"ruby3.2": [ARM64, X86_64],
28
java8: [X86_64],
@@ -64,6 +66,8 @@ export const supportedPython = new Set([
64
66
"python3.9",
65
67
"python3.10",
68
"python3.11",
69
+ "python3.12",
70
+ "python3.13",
71
])
72
73
// RUBY
0 commit comments