Skip to content

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