Skip to content

Commit a64bac5

Browse files
authored
feat: Added support for Python 3.13 runtime (#480)
1 parent 632bed9 commit a64bac5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -371,6 +371,7 @@ This plugin currently supports the following AWS runtimes:
371371
- python3.10
372372
- python3.11
373373
- python3.12
374+
- python3.13
374375
- java8.al2
375376
- java11
376377
- java17

src/index.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ const wrappableRuntimeList = [
2828
"python3.10",
2929
"python3.11",
3030
"python3.12",
31+
"python3.13",
3132
"java8.al2",
3233
"java11",
3334
"java17",

0 commit comments

Comments
 (0)