Skip to content

Commit

Permalink
feat: add python 3.12 to supportedRuntimesArchitecture
Browse files Browse the repository at this point in the history
  • Loading branch information
DorianMazur committed Aug 1, 2024
1 parent b03e70a commit ab8565a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/supportedRuntimes.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export const supportedRuntimesArchitecture = {
"python3.9": [ARM64, X86_64],
"python3.10": [ARM64, X86_64],
"python3.11": [ARM64, X86_64],
"python3.12": [ARM64, X86_64],
"ruby2.7": [ARM64, X86_64],
"ruby3.2": [ARM64, X86_64],
java8: [X86_64],
Expand Down

0 comments on commit ab8565a

Please sign in to comment.