diff --git a/src/sentry/integrations/aws_lambda/utils.py b/src/sentry/integrations/aws_lambda/utils.py index da44a71b17aac2..22e2646f28a14c 100644 --- a/src/sentry/integrations/aws_lambda/utils.py +++ b/src/sentry/integrations/aws_lambda/utils.py @@ -21,6 +21,8 @@ "python3.7", "python3.8", "python3.9", + "python3.10", + "python3.11", ] INVALID_LAYER_TEXT = "Invalid existing layer %s"