We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 72620d1 + d2ccac0 commit ea06dabCopy full SHA for ea06dab
.craft.yml
@@ -25,6 +25,8 @@ targets:
25
- python3.9
26
- python3.10
27
- python3.11
28
+ - python3.12
29
+ - python3.13
30
license: MIT
31
- name: sentry-pypi
32
internalPypiRepo: getsentry/pypi
tests/integrations/aws_lambda/test_aws.py
@@ -38,10 +38,9 @@
38
39
RUNTIMES_TO_TEST = [
40
"python3.8",
41
- "python3.9",
42
"python3.10",
43
- "python3.11",
44
"python3.12",
+ "python3.13",
45
]
46
47
LAMBDA_PRELUDE = """
0 commit comments