Skip to content

Update Python Runtime to 3.14#247

Merged
nina9753 merged 2 commits into
mainfrom
nina.rei/support/update_python_runtime_3.12
May 6, 2026
Merged

Update Python Runtime to 3.14#247
nina9753 merged 2 commits into
mainfrom
nina.rei/support/update_python_runtime_3.12

Conversation

@nina9753
Copy link
Copy Markdown
Contributor

@nina9753 nina9753 commented May 6, 2026

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

  • Bug fix
  • New feature
  • Breaking change
  • Misc (docs, refactoring, dependency upgrade, etc.)

Check all that apply

  • This PR's description is comprehensive
  • This PR contains breaking changes that are documented in the description
  • This PR introduces new APIs or parameters that are documented and unlikely to change in the foreseeable future
  • This PR impacts documentation, and it has been updated (or a ticket has been logged)
  • This PR's changes are covered by the automated tests
  • This PR collects user input/sensitive content into Datadog

@nina9753 nina9753 requested a review from a team as a code owner May 6, 2026 14:36
@nina9753 nina9753 requested a review from ava-silver May 6, 2026 14:36
@codecov-commenter
Copy link
Copy Markdown

codecov-commenter commented May 6, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 82.72%. Comparing base (8c21cf0) to head (885879b).

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

Comment thread serverless/template.yml Outdated
Description: Copies Datadog CloudFormation macro zip to the destination S3 bucket
Handler: index.handler
Runtime: python3.11
Runtime: python3.12
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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?

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good point I will upgrade to 3.14

Comment thread serverless/template.yml
@@ -118,7 +118,7 @@ Resources:
Properties:
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

tested using ./serverless/tools/installation_test.sh

@nina9753 nina9753 changed the title Update Python Runtime to 3.12 Update Python Runtime to 3.14 May 6, 2026
@nina9753 nina9753 merged commit 49cd234 into main May 6, 2026
10 checks passed
@nina9753 nina9753 deleted the nina.rei/support/update_python_runtime_3.12 branch May 6, 2026 18:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants