Migrate production container to Python 3.13 - #1141
Draft
ebhills wants to merge 1 commit into
Draft
Conversation
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
Closes #1131
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 image-size reporting.This is a Python 3.13 / Pandas 2.3.3 compatibility bridge. It does not add Pandas 3 support or change the supported Python 3.11-3.13 package range.
How it was verified
CI run 80 passed in full.
Exact Linux pull-request image:
pandas<3.0; Pandas 3 rejection, S3-only Botocore data, removed pandas tests, and compiler absence all passed.python -m pip checkreported no broken requirements;pip freezewas captured in the job log.fork()deprecation warning; no pandasFutureWarningorDeprecationWarningwas reported.latestsize on the same runner and measurement: 697,999,438 bytes (665.66 MiB).Other CI and local evidence:
python -m pip check, Python compilation, workflow YAML parsing, shell syntax, line-ending, and diff checks passed.Not yet claimed:
latestimage cannot occur until merge.Compatibility and risk
>=2.0,<3.0; Python 3.11 and 3.12 support are not removed.latestafter the immutable candidate passes its container tests.Ready-for-review checklist
mainand has no unrelated commits