Skip to content

Conversation

@xalelax
Copy link
Contributor

@xalelax xalelax commented Nov 10, 2025

Relevant issue or PR

The docs build CI was failing because setup-python with python-version-file: "pyproject.toml" selects the latest available Python version (3.14), which is incompatible with PyO3 v0.24.0 used by pydantic-core.

Description of changes

Bound python to <3.14 until we finalize #388 and add official 3.14 support.

Testing done

CI

@xalelax xalelax self-assigned this Nov 10, 2025
@codecov
Copy link

codecov bot commented Nov 10, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 76.35%. Comparing base (a6ad367) to head (5c15301).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #390   +/-   ##
=======================================
  Coverage   76.35%   76.35%           
=======================================
  Files          29       29           
  Lines        3345     3345           
  Branches      525      525           
=======================================
  Hits         2554     2554           
  Misses        558      558           
  Partials      233      233           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Contributor

@linusseelinger linusseelinger left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I guess long-term we want to enable 3.14, but for now makes sense! :)

@dionhaefner dionhaefner merged commit 2201bf4 into main Nov 10, 2025
41 checks passed
@dionhaefner dionhaefner deleted the ale/fix-build-docs-ci-failing branch November 10, 2025 22:12
@pasteurlabs pasteurlabs locked and limited conversation to collaborators Nov 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants