From f84a65b61ee62846263405b2d29196e566504209 Mon Sep 17 00:00:00 2001 From: Angela W Date: Thu, 1 Oct 2020 13:30:37 -0400 Subject: [PATCH] mark compatibility with additional python runtime --- template.yaml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/template.yaml b/template.yaml index 8dc95e4..0f37eab 100644 --- a/template.yaml +++ b/template.yaml @@ -15,6 +15,8 @@ Resources: CompatibleRuntimes: - nodejs10.x - python3.6 + - python3.7 + - python3.8 - ruby2.5 - java8 - go1.x