Migrate the WranglesPY CI test image to Python 3.13 - #1141
Merged
Merged
Conversation
ebhills
marked this pull request as ready for review
August 26, 2026 19:07
lmolotii
requested changes
Aug 27, 2026
lmolotii
left a comment
Contributor
There was a problem hiding this comment.
Some changes needs to be reviewed.
lmolotii
approved these changes
Aug 27, 2026
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.
Linked issue
Related to #1131.
This PR delivers the WranglesPY CI test-image portion of that issue. It no longer uses
Closesbecause the production Python migration belongs towrangleworks/Lambda-Recipesand is not completed here.What changes
python:3.13-slim-bookworm.pandas==2.3.3andnumpy==2.4.6. The reusable package contract remainspandas>=2.0,<3.0, so Pandas 3 is still prohibited.pip check,pip freeze, and both local recipe samples.Production runtime ownership
The production
execute-recipeAWS Lambda image is built, pushed to ECR, and deployed bywrangleworks/Lambda-Recipes.A review of its current
mainfound that production is not yet on Python 3.13:dockerfileusespublic.ecr.aws/lambda/python:3.12and has a hard-coded/var/lang/lib/python3.12/site-packagespatch path.Migrating that runtime requires separate Lambda-Recipes work. Merging this PR does not change the deployed Lambda Python version.
How it was verified
CI run 108 passed in full on commit
7eb7cd64:pandas<3.0validation, S3-only Botocore data, pandas-test removal, compiler absence, data round trip, and no-network S3 model construction passed.python -m pip checkreported no broken requirements;pip freezewas captured in the job log.Local/offline validation:
fillnadowncastingFutureWarninginstances inwrangles/connectors/file.pyon currentmain; this PR does not suppress them.python -m pip check: no broken requirements.git diff --checkvalidation passed.origin/main.Not yet claimed:
Compatibility and risk
>=2.0,<3.0; Python 3.11 and 3.12 package support are not removed.Ready-for-review checklist
mainand has no unrelated diff