Skip to content

Commit

Permalink
feat: Added python 3.12 (#434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Engerim authored Apr 29, 2024
1 parent 92fa210 commit a429cde
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,7 @@ This plugin currently supports the following AWS runtimes:
- python3.9
- python3.10
- python3.11
- python3.12
- java8.al2
- java11
- java17
Expand Down
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ const wrappableRuntimeList = [
"python3.9",
"python3.10",
"python3.11",
"python3.12",
"java8.al2",
"java11",
"java17",
Expand Down

0 comments on commit a429cde

Please sign in to comment.