Update Python Runtime to 3.14#247
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #247 +/- ##
=======================================
Coverage 82.72% 82.72%
=======================================
Files 19 19
Lines 938 938
Branches 231 231
=======================================
Hits 776 776
Misses 91 91
Partials 71 71 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
| Description: Copies Datadog CloudFormation macro zip to the destination S3 bucket | ||
| Handler: index.handler | ||
| Runtime: python3.11 | ||
| Runtime: python3.12 |
There was a problem hiding this comment.
Is there a reason to pick 3.12 over 3.14 so that we won't have to deal with this for a while longer?
There was a problem hiding this comment.
Good point I will upgrade to 3.14
| @@ -118,7 +118,7 @@ Resources: | |||
| Properties: | |||
There was a problem hiding this comment.
I'm not sure how many differences there really are on these minor versions of python, but if you haven't already I would recommend deploying this and seeing that it succeeds since none of our automated tests cover this since it's just inline code in the template
There was a problem hiding this comment.
tested using ./serverless/tools/installation_test.sh
What does this PR do?
Update Python Runtime to 3.14
Motivation
support request from Zendesk Ticket: 2885233
Testing Guidelines
Additional Notes
Types of changes
Check all that apply