From f7de2b16a24a56c59444d2bbe300db7fbaa2d19c Mon Sep 17 00:00:00 2001 From: iker barriocanal <32816711+iker-barriocanal@users.noreply.github.com> Date: Thu, 4 Nov 2021 14:53:07 +0100 Subject: [PATCH] build(craft): Remove Python 2.7 support for AWS Lambda layers --- .craft.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.craft.yml b/.craft.yml index e351462f72..c6d13cfc2c 100644 --- a/.craft.yml +++ b/.craft.yml @@ -18,7 +18,6 @@ targets: # On the other hand, AWS Lambda does not support every Python runtime. # The supported runtimes are available in the following link: # https://docs.aws.amazon.com/lambda/latest/dg/lambda-python.html - - python2.7 - python3.6 - python3.7 - python3.8