-
Notifications
You must be signed in to change notification settings - Fork 19
GitHub Actions: Test on Python 3.14 release candidate 3 #73
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
base: main
Are you sure you want to change the base?
Conversation
Python v3.14 -- October 7th * https://www.python.org/download/pre-releases * https://www.python.org/downloads/release/python-3140rc3 * https://github.com/actions/setup-python/blob/main/docs/advanced-usage.md#allow-pre-releases Blocked by https://github.com/pydantic/pydantic/releases/tag/v2.12.0a1 --> a production release >= v2.12
Thanks @cclauss - i'd prefer not to rely on alpha versions, but happy to accept this once the Pydantic release is finalised 😃 |
Let's run the GitHub Actions to see if there are errors further down. |
] | ||
readme = "README.md" | ||
requires-python = ">=3.8" | ||
requires-python = ">=3.9" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pydantic v2.12 seems allergic to Python < 3.9.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Python 3.8 support has been dropped in v2.11.0 with pydantic/pydantic#11258
Python v3.14 -- October 7th
Blocked by https://github.com/pydantic/pydantic/releases/tag/v2.12.0a1 -->