OCI: Use Python 3.13 for image cratedb-toolkit-ingest#620
Conversation
|
Important Review skippedAuto reviews are disabled on this repository. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
| @@ -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 | |||
There was a problem hiding this comment.
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
There was a problem hiding this comment.
Just maintenance.