Skip to content

Commit 97b21df

Browse files
authored
Merge pull request #1850 from Zer0x00/v13
feat: add support for python 3.12 and 3.13 to v13
2 parents 648c4e3 + 9c1bf1f commit 97b21df

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/config/supportedRuntimes.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,8 @@ export const supportedRuntimesArchitecture = {
2121
"python3.9": [ARM64, X86_64],
2222
"python3.10": [ARM64, X86_64],
2323
"python3.11": [ARM64, X86_64],
24+
"python3.12": [ARM64, X86_64],
25+
"python3.13": [ARM64, X86_64],
2426
"ruby2.7": [ARM64, X86_64],
2527
"ruby3.2": [ARM64, X86_64],
2628
java8: [X86_64],
@@ -64,6 +66,8 @@ export const supportedPython = new Set([
6466
"python3.9",
6567
"python3.10",
6668
"python3.11",
69+
"python3.12",
70+
"python3.13",
6771
])
6872

6973
// RUBY

0 commit comments

Comments
 (0)