Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[8.3.x] Fix CI #13188

Merged
merged 1 commit into from
Feb 3, 2025
Merged

[8.3.x] Fix CI #13188

merged 1 commit into from
Feb 3, 2025

Conversation

The-Compiler
Copy link
Member

Otherwise the build is broken as Python 3.13 is used, but the pinned pydantic-core version doesn't have support.

build-and-inspect-python-package v2.6.0: https://github.com/hynek/build-and-inspect-python-package/blob/v2.6.0/requirements/tools.txt#L297

v2.12.0: https://github.com/hynek/build-and-inspect-python-package/blob/v2.12.0/requirements/tools.txt#L303

3.13 support added in Pydantic v2.8.0: https://docs.pydantic.dev/latest/changelog/#v280-2024-07-01

and build-and-inspect-python-package uses python-version: 3.x: https://github.com/hynek/build-and-inspect-python-package/blob/v2.12.0/action.yml#L58

which I'm assuming broke this by switching from 3.12 to 3.13 at some point.

Otherwise the build is broken as Python 3.13 is used, but the pinned pydantic-core version doesn't have support.
@nicoddemus nicoddemus added the skip news used on prs to opt out of the changelog requirement label Feb 3, 2025
@nicoddemus
Copy link
Member

Nice, thanks!

@nicoddemus nicoddemus merged commit 78cf1f6 into pytest-dev:8.3.x Feb 3, 2025
29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
skip news used on prs to opt out of the changelog requirement
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants