Skip to content

OCI: Use Python 3.13 for image cratedb-toolkit-ingest#620

Draft
amotl wants to merge 1 commit into
mainfrom
oci-ingest-py313
Draft

OCI: Use Python 3.13 for image cratedb-toolkit-ingest#620
amotl wants to merge 1 commit into
mainfrom
oci-ingest-py313

Conversation

@amotl

@amotl amotl commented Feb 11, 2026

Copy link
Copy Markdown
Contributor

Just maintenance.

@coderabbitai

coderabbitai Bot commented Feb 11, 2026

Copy link
Copy Markdown

Important

Review skipped

Auto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 05639670-2ec3-4fa0-8bd8-fc1fdf26fc30

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

Use the checkbox below for a quick retry:

  • 🔍 Trigger review
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch oci-ingest-py313

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Comment on lines 7 to +38
@@ -35,7 +35,7 @@ RUN pip install build
RUN python -m build --wheel ${BUILD}


FROM python:3.12-slim-bookworm AS package
FROM python:3.13-slim-bookworm AS package

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.

Problem

#37 16.97   × Failed to build `pyodbc==5.1.0`
#37 16.97   ├─▶ The build backend returned an error
#37 16.97   ╰─▶ Call to `setuptools.build_meta.build_wheel` failed (exit status: 1)

-- https://github.com/crate/cratedb-toolkit/actions/runs/21888270520/job/63188289018?pr=620#step:7:1794

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.

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.

1 participant