Skip to content

Commit

Permalink
Enabled Python 3.10 and 3.11 for AWS Lambda integration (#58321)
Browse files Browse the repository at this point in the history
Added Python 3.10 and 3.11 to the `SUPPORTED_RUNTIMES` in the AWS Lambda integration.

Related docs PR: getsentry/sentry-docs#8246
  • Loading branch information
antonpirker authored Oct 31, 2023
1 parent b5747b6 commit b6f1a01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/sentry/integrations/aws_lambda/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@
"python3.7",
"python3.8",
"python3.9",
"python3.10",
"python3.11",
]

INVALID_LAYER_TEXT = "Invalid existing layer %s"
Expand Down

0 comments on commit b6f1a01

Please sign in to comment.