Closed randomir closed 1 month ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 88.88%. Comparing base (
d9c0dbf
) to head (faeb0ca
). Report is 5 commits behind head on master.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
pyenv
from brew
not yet updated to include 3.13.
Reworked the script on Windows to resolve and pull the latest Python version in order to support pre-releases.
Also, switched to using
python
docker images (full bookworm, ~400MB) for tests, instead ofcimg/python
ones (~800MB).We still use the CircleCI images for jobs like build, deploy, docs, etc, but might consider moving them to standard Python images as well. The only package we would miss is
jq
, but that's required only for more advanced jobs (like some in the Ocean orb, or the windows python install).