diff --git a/.craft.yml b/.craft.yml index 70875d5404..665f06834a 100644 --- a/.craft.yml +++ b/.craft.yml @@ -25,6 +25,8 @@ targets: - python3.9 - python3.10 - python3.11 + - python3.12 + - python3.13 license: MIT - name: sentry-pypi internalPypiRepo: getsentry/pypi diff --git a/tests/integrations/aws_lambda/test_aws.py b/tests/integrations/aws_lambda/test_aws.py index e229812336..f60bedc846 100644 --- a/tests/integrations/aws_lambda/test_aws.py +++ b/tests/integrations/aws_lambda/test_aws.py @@ -38,10 +38,9 @@ RUNTIMES_TO_TEST = [ "python3.8", - "python3.9", "python3.10", - "python3.11", "python3.12", + "python3.13", ] LAMBDA_PRELUDE = """