OCI: Use Python 3.13 for image cratedb-toolkit-ingest#620
Conversation
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ 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.