From c570fcd4c515ddf111d5ba673290c5bb88d2f2cd Mon Sep 17 00:00:00 2001 From: Harold Sun Date: Fri, 19 Aug 2022 03:50:59 +0000 Subject: [PATCH] remove python3.6 from compatible runtimes for x86 layer This keeps the number of compatible runtimes within limits. --- template-x86_64.yaml | 1 - 1 file changed, 1 deletion(-) diff --git a/template-x86_64.yaml b/template-x86_64.yaml index 79f42957..93f77a05 100644 --- a/template-x86_64.yaml +++ b/template-x86_64.yaml @@ -15,7 +15,6 @@ Resources: - python3.9 - python3.8 - python3.7 - - python3.6 - ruby2.7 - java11 - java8.al2