@@ -54,6 +54,7 @@ describe("findHandlers", () => {
5454 "python311-function" : { handler : "myfile.handler" , runtime : "python3.11" } ,
5555 "python312-function" : { handler : "myfile.handler" , runtime : "python3.12" } ,
5656 "python313-function" : { handler : "myfile.handler" , runtime : "python3.13" } ,
57+ "python314-function" : { handler : "myfile.handler" , runtime : "python3.14" } ,
5758 "ruby32-function" : { handler : "myfile.handler" , runtime : "ruby3.2" } ,
5859 "ruby33-function" : { handler : "myfile.handler" , runtime : "ruby3.3" } ,
5960 "java8-function" : { handler : "myfile.handler" , runtime : "java8" } ,
@@ -147,6 +148,12 @@ describe("findHandlers", () => {
147148 type : RuntimeType . PYTHON ,
148149 runtime : "python3.13" ,
149150 } ,
151+ {
152+ name : "python314-function" ,
153+ handler : { handler : "myfile.handler" , runtime : "python3.14" } ,
154+ type : RuntimeType . PYTHON ,
155+ runtime : "python3.14" ,
156+ } ,
150157 {
151158 name : "ruby32-function" ,
152159 handler : { handler : "myfile.handler" , runtime : "ruby3.2" } ,
0 commit comments