5 ms·
Today someone's pipeline broke because they were using python:3 from Dockerhub and got an unexpected upgrade ;-) Specifically, pendulum hasn't released a wheel
by ericfrederich 2y ago
Today someone's pipeline broke because they were using python:3 from Dockerhub and got an unexpected upgrade ;-)
Specifically, pendulum hasn't released a wheel yet for 3.13 so it tried to build from source but it uses Rust and the Python docker image obviously doesn't have Rust installed.