Skip to content

Commit

Permalink
Merge pull request #1850 from Zer0x00/v13
Browse files Browse the repository at this point in the history
feat: add support for python 3.12 and 3.13 to v13
  • Loading branch information
dherault authored Jan 31, 2025
2 parents 648c4e3 + 9c1bf1f commit 97b21df
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/config/supportedRuntimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export const supportedRuntimesArchitecture = {
"python3.9": [ARM64, X86_64],
"python3.10": [ARM64, X86_64],
"python3.11": [ARM64, X86_64],
"python3.12": [ARM64, X86_64],
"python3.13": [ARM64, X86_64],
"ruby2.7": [ARM64, X86_64],
"ruby3.2": [ARM64, X86_64],
java8: [X86_64],
Expand Down Expand Up @@ -64,6 +66,8 @@ export const supportedPython = new Set([
"python3.9",
"python3.10",
"python3.11",
"python3.12",
"python3.13",
])

// RUBY
Expand Down

0 comments on commit 97b21df

Please sign in to comment.