Align Lambda publish runtime list with Python 3.14 test coverage#782
Merged
tammy-baylis-swi merged 2 commits intoJun 4, 2026
Merged
Conversation
Copilot
AI
changed the title
[WIP] Fix code based on review comment
Align Lambda publish runtime list with Python 3.14 test coverage
Jun 4, 2026
tammy-baylis-swi
approved these changes
Jun 4, 2026
tammy-baylis-swi
added a commit
that referenced
this pull request
Jun 4, 2026
* Bump opentelemetry-instrumentation-aws-lambda (#769) Bumps the otel-dependencies group with 1 update in the /lambda/tests directory: [opentelemetry-instrumentation-aws-lambda](https://github.com/open-telemetry/opentelemetry-python-contrib). Updates `opentelemetry-instrumentation-aws-lambda` from 0.62b1 to 0.63b1 - [Release notes](https://github.com/open-telemetry/opentelemetry-python-contrib/releases) - [Changelog](https://github.com/open-telemetry/opentelemetry-python-contrib/blob/main/CHANGELOG.md) - [Commits](https://github.com/open-telemetry/opentelemetry-python-contrib/commits) --- updated-dependencies: - dependency-name: opentelemetry-instrumentation-aws-lambda dependency-version: 0.63b1 dependency-type: direct:production dependency-group: otel-dependencies ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> * Upgrade Otel Python 1.42.1/0.63b1 * Drop py3.9 and centos; py3.10 for builds/tests * lint api * Rm unnecessary, outdated test assertions * Fix py3.10 install tests and Amzn2 is ok * fix * fix 2 * Fix another downgrade * Separate install-tests-amazon2 job in verify_install * Fix * Debug * More debug * Revert "Debug" This reverts commit 393d8e8. * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Use POSIX-compatible conditionals in install test helper invoked via `sh` (#779) * Initial plan * Fix install helper to use POSIX shell conditionals --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> * Add 3.14 to lambda, macos/windows tests * Add 3.14 linux install tests * Align Lambda publish runtime list with Python 3.14 test coverage (#782) * Initial plan * Add Python 3.14 lambda tox and workflow test matrix coverage --------- Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> --------- Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Copilot <198982749+Copilot@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
The review flagged a mismatch:
python3.14was declared as a compatible Lambda runtime, but Lambda tox coverage and the workflow test matrix still stopped at 3.13.This update brings test coverage into parity with the published runtime set.
Workflow matrix update
.github/workflows/build_publish_lambda_layer.yamlrun_tox_testsmatrix to include Python minor14.Lambda tox environment update
tox.iniLambda env expansion to includepy314-lambdain both:envlist[testenv:py3{...}-lambda]selectorNet effect
python3.14runtime is now backed by corresponding Lambda tox execution paths in project config.